#7FBA8A

Color #7FBA8A Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7FBA8A

Tints of Bay Leaf #7FBA8A

Color information

#7FBA8A (or 0x7FBA8A) is unknown color: approx Bay Leaf. HEX triplet: 7F, BA and 8A. RGB value is (127,186,138). Sum of RGB (Red+Green+Blue) = 127+186+138=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #7FBA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBA8A is #804575. Grayscale: #A3A3A3. Windows color (decimal): -8406390 or 9091711. OLE color: 9091711.

HSL color Cylindrical-coordinate representation of color #7FBA8A: hue angle of 131.19º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBA8A is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB127186138-
CMYK0.3200.260.27
HSL131.19º29.95%61.37%-
HSV(B)131.19º31.72%72.94%-
XYZ30.941.4630.42-
YUV162.89113.95102.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 28.16%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=28.16%
G=41.24%
B=30.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271861380.3200.260.27131.1929.9561.37
Hex7FBA8A2001A1B831e3d
Octal17727221240032332033675
Binary11111111011101010001010100000011010110111000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBA8A; }

 p { color: rgb(127,186,138); }

 H1.HeaderClassName
 {
   color: #7FBA8A;
 }
 .AnyTagClassName
 {
   color: #7FBA8A;
 }
</style>
background-color css

<style>
 a { background-color: #7FBA8A; }

 a { background-color: rgb(127,186,138); }

 div.DivClassName
 {
   background-color: #7FBA8A;
 }
 .BgClassName
 {
   background-color: #7FBA8A;
 }
</style>
border-color css

<style>
 span { border-color: #7FBA8A; }

 span { border-color: rgb(127,186,138); }

 td.TdClassName
 {
   border-color: #7FBA8A;
 }
 .TagClassName
 {
   border-color: #7FBA8A;
 }
</style>