#6EAD81

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

Shades of Bay Leaf #6EAD81

Tints of Bay Leaf #6EAD81

Color information

#6EAD81 (or 0x6EAD81) is unknown color: approx Bay Leaf. HEX triplet: 6E, AD and 81. RGB value is (110,173,129). Sum of RGB (Red+Green+Blue) = 110+173+129=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAD81 is #91527E. Grayscale: #959595. Windows color (decimal): -9523839 or 8498542. OLE color: 8498542.

HSL color Cylindrical-coordinate representation of color #6EAD81: hue angle of 138.1º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAD81 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB110173129-
CMYK0.3600.250.32
HSL138.1º27.75%55.49%-
HSV(B)138.1º36.42%67.84%-
XYZ25.3434.7926.15-
YUV149.15116.63100.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.70%
GREEN value IS 173 (67.97% from 255) = 41.99%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=26.70%
G=41.99%
B=31.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731290.3600.250.32138.127.7555.49
Hex6EAD8124019208a1c37
Octal15625520144031402123467
Binary110111010101101100000011001000110011000001000101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,173,129); }

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

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

 a { background-color: rgb(110,173,129); }

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

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

 span { border-color: rgb(110,173,129); }

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