#6EAD8A

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

Shades of Bay Leaf #6EAD8A

Tints of Bay Leaf #6EAD8A

Color information

#6EAD8A (or 0x6EAD8A) is unknown color: approx Bay Leaf. HEX triplet: 6E, AD and 8A. RGB value is (110,173,138). Sum of RGB (Red+Green+Blue) = 110+173+138=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAD8A is #915275. Grayscale: #969696. Windows color (decimal): -9523830 or 9088366. OLE color: 9088366.

HSL color Cylindrical-coordinate representation of color #6EAD8A: hue angle of 146.67º 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 #6EAD8A is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB110173138-
CMYK0.3600.200.32
HSL146.67º27.75%55.49%-
HSV(B)146.67º36.42%67.84%-
XYZ25.9635.0429.44-
YUV150.17121.1399.35-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.13%
GREEN value IS 173 (67.97% from 255) = 41.09%
BLUE value IS 138 (54.30% from 255) = 32.78%
R=26.13%
G=41.09%
B=32.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731380.3600.200.32146.6727.7555.49
Hex6EAD8A2401420931c37
Octal15625521244024402233467
Binary110111010101101100010101001000101001000001001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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