#6EAF84

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

Shades of Bay Leaf #6EAF84

Tints of Bay Leaf #6EAF84

Color information

#6EAF84 (or 0x6EAF84) is unknown color: approx Bay Leaf. HEX triplet: 6E, AF and 84. RGB value is (110,175,132). Sum of RGB (Red+Green+Blue) = 110+175+132=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #6EAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAF84 is #91507B. Grayscale: #969696. Windows color (decimal): -9523324 or 8695662. OLE color: 8695662.

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

Color convert

RGB110175132-
CMYK0.3700.250.31
HSL140.31º28.89%55.88%-
HSV(B)140.31º37.14%68.63%-
XYZ25.9335.6427.34-
YUV150.66117.4799-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 175 (68.75% from 255) = 41.97%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=26.38%
G=41.97%
B=31.65%

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
Decimal1101751320.3700.250.31140.3128.8955.88
Hex6EAF84250191F8c1d38
Octal15625720445031372143570
Binary11011101010111110000100100101011001111111000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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