#6FAF88

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

Shades of Bay Leaf #6FAF88

Tints of Bay Leaf #6FAF88

Color information

#6FAF88 (or 0x6FAF88) is unknown color: approx Bay Leaf. HEX triplet: 6F, AF and 88. RGB value is (111,175,136). Sum of RGB (Red+Green+Blue) = 111+175+136=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF88 is #905077. Grayscale: #979797. Windows color (decimal): -9457784 or 8957807. OLE color: 8957807.

HSL color Cylindrical-coordinate representation of color #6FAF88: hue angle of 143.44º 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 #6FAF88 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB111175136-
CMYK0.3700.220.31
HSL143.44º28.57%56.08%-
HSV(B)143.44º36.57%68.63%-
XYZ26.3335.8228.82-
YUV151.42119.399.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.30%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=26.30%
G=41.47%
B=32.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751360.3700.220.31143.4428.5756.08
Hex6FAF88250161F8f1d38
Octal15725721045026372173570
Binary11011111010111110001000100101010110111111000111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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