#6FBC87

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

Shades of Bay Leaf #6FBC87

Tints of Bay Leaf #6FBC87

Color information

#6FBC87 (or 0x6FBC87) is unknown color: approx Bay Leaf. HEX triplet: 6F, BC and 87. RGB value is (111,188,135). Sum of RGB (Red+Green+Blue) = 111+188+135=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC87 is #904378. Grayscale: #9F9F9F. Windows color (decimal): -9454457 or 8895599. OLE color: 8895599.

HSL color Cylindrical-coordinate representation of color #6FBC87: hue angle of 138.7º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC87 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB111188135-
CMYK0.4100.280.26
HSL138.7º36.49%58.63%-
HSV(B)138.7º40.96%73.73%-
XYZ28.9141.129.33-
YUV158.94114.4993.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.58%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 135 (53.12% from 255) = 31.11%
R=25.58%
G=43.32%
B=31.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1111881350.4100.280.26138.736.4958.63
Hex6FBC872901C1A8b243b
Octal15727420751034322134473
Binary110111110111100100001111010010111001101010001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FBC87; }

 p { color: rgb(111,188,135); }

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

<style>
 a { background-color: #6FBC87; }

 a { background-color: rgb(111,188,135); }

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

<style>
 span { border-color: #6FBC87; }

 span { border-color: rgb(111,188,135); }

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