#6FAF84

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

Shades of Bay Leaf #6FAF84

Tints of Bay Leaf #6FAF84

Color information

#6FAF84 (or 0x6FAF84) is unknown color: approx Bay Leaf. HEX triplet: 6F, AF and 84. RGB value is (111,175,132). Sum of RGB (Red+Green+Blue) = 111+175+132=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 132 (51.95% from 255 or 31.58% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #6FAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAF84 is #90507B. Grayscale: #979797. Windows color (decimal): -9457788 or 8695663. OLE color: 8695663.

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

Color convert

RGB111175132-
CMYK0.3700.250.31
HSL139.69º28.57%56.08%-
HSV(B)139.69º36.57%68.63%-
XYZ26.0535.7127.35-
YUV150.96117.399.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 26.56%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 132 (51.95% from 255) = 31.58%
R=26.56%
G=41.87%
B=31.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111751320.3700.250.31139.6928.5756.08
Hex6FAF84250191F8c1d38
Octal15725720445031372143570
Binary11011111010111110000100100101011001111111000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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