Html Css Color HEX #6EAB89 Bay Leaf

📋 copy color: '#6EAB89'

red 110 ◦ green 171 ◦ blue 137

#6EAB89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #6EAB89

Tints of Bay Leaf #6EAB89

RGB

 RED value IS 110 (43.36% from 255) = 26.32%

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 137 (53.91% from 255) = 32.78%

R = 26.32%
G = 40.91%
B = 32.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#6EAB89 (or 0x6EAB89) is known color: Bay Leaf. HEX triplet: 6E, AB and 89. RGB value is (110,171,137). Sum of RGB (Red+Green+Blue) = 110+171+137=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EAB89 is #915476. Grayscale: #949494. Windows color (decimal): -9524343 or 9022318. OLE color: 9022318.

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

Color convert

RGB 110 171 137 -
CMYK 0.36 0 0.20 0.33
HSL 146.56º 0.27% 0.55% -
HSV(B) 146.56º 0.36% 0.67% -
XYZ 25.51 34.25 28.93 -
YUV 148.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 110 171 137 0.36 0 0.20 0.33 146.56 0.27 0.55
Hex 6E AB 89 24 0 14 21 93 1B 37
Octal 156 253 211 44 0 24 41 223 33 67
Binary 1101110 10101011 10001001 100100 0 10100 100001 10010011 11011 110111

Color Harmonies of #6EAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EAB89

Black with #6EAB89

Text Example


Text Example

White with #6EAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6EAB89;
 }
 .AnyTagClassName
 {
   color: #6EAB89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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