#6FBA87

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

Shades of Bay Leaf #6FBA87

Tints of Bay Leaf #6FBA87

Color information

#6FBA87 (or 0x6FBA87) is unknown color: approx Bay Leaf. HEX triplet: 6F, BA and 87. RGB value is (111,186,135). Sum of RGB (Red+Green+Blue) = 111+186+135=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 135 (53.12% from 255 or 31.25% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #6FBA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBA87 is #904578. Grayscale: #9D9D9D. Windows color (decimal): -9454969 or 8895087. OLE color: 8895087.

HSL color Cylindrical-coordinate representation of color #6FBA87: hue angle of 139.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FBA87 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB111186135-
CMYK0.4000.270.27
HSL139.2º35.21%58.24%-
HSV(B)139.2º40.32%72.94%-
XYZ28.4940.2529.19-
YUV157.76115.1594.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.69%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 135 (53.12% from 255) = 31.25%
R=25.69%
G=43.06%
B=31.25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1111861350.4000.270.27139.235.2158.24
Hex6FBA872801B1B8b233a
Octal15727220750033332134372
Binary110111110111010100001111010000110111101110001011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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