#6FAF87

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

Shades of Bay Leaf #6FAF87

Tints of Bay Leaf #6FAF87

Color information

#6FAF87 (or 0x6FAF87) is unknown color: approx Bay Leaf. HEX triplet: 6F, AF and 87. RGB value is (111,175,135). Sum of RGB (Red+Green+Blue) = 111+175+135=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF87 is #905078. Grayscale: #979797. Windows color (decimal): -9457785 or 8892271. OLE color: 8892271.

HSL color Cylindrical-coordinate representation of color #6FAF87: hue angle of 142.5º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FAF87 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB111175135-
CMYK0.3700.230.31
HSL142.5º28.57%56.08%-
HSV(B)142.5º36.57%68.63%-
XYZ26.2635.7928.45-
YUV151.3118.899.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.37%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=26.37%
G=41.57%
B=32.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751350.3700.230.31142.528.5756.08
Hex6FAF87250171F8e1d38
Octal15725720745027372163570
Binary11011111010111110000111100101010111111111000111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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