#6EAC89

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

Shades of Bay Leaf #6EAC89

Tints of Bay Leaf #6EAC89

Color information

#6EAC89 (or 0x6EAC89) is unknown color: approx Bay Leaf. HEX triplet: 6E, AC and 89. RGB value is (110,172,137). Sum of RGB (Red+Green+Blue) = 110+172+137=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAC89 is #915376. Grayscale: #959595. Windows color (decimal): -9524087 or 9022574. OLE color: 9022574.

HSL color Cylindrical-coordinate representation of color #6EAC89: hue angle of 146.13º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAC89 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB110172137-
CMYK0.3600.200.33
HSL146.13º27.19%55.29%-
HSV(B)146.13º36.05%67.45%-
XYZ25.734.6329-
YUV149.47120.9699.85-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 172 (67.58% from 255) = 41.05%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=26.25%
G=41.05%
B=32.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101721370.3600.200.33146.1327.1955.29
Hex6EAC892401421921b37
Octal15625421144024412223367
Binary110111010101100100010011001000101001000011001001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,172,137); }

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

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

 a { background-color: rgb(110,172,137); }

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

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

 span { border-color: rgb(110,172,137); }

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