Html Css Color HEX #6EA984 Bay Leaf

📋 copy color: '#6EA984'

red 110 ◦ green 169 ◦ blue 132

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

Shades of Bay Leaf #6EA984

Tints of Bay Leaf #6EA984

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

 BLUE value IS 132 (51.95% from 255) = 32.12%

R = 26.76%
G = 41.12%
B = 32.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#6EA984 (or 0x6EA984) is known color: Bay Leaf. HEX triplet: 6E, A9 and 84. RGB value is (110,169,132). Sum of RGB (Red+Green+Blue) = 110+169+132=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EA984 is #91567B. Grayscale: #939393. Windows color (decimal): -9524860 or 8694126. OLE color: 8694126.

HSL color Cylindrical-coordinate representation of color #6EA984: hue angle of 142.37º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA984 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 110 169 132 -
CMYK 0.35 0 0.22 0.34
HSL 142.37º 0.26% 0.55% -
HSV(B) 142.37º 0.35% 0.66% -
XYZ 24.78 33.36 26.96 -
YUV 147.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 110 169 132 0.35 0 0.22 0.34 142.37 0.26 0.55
Hex 6E A9 84 23 0 16 22 8E 1A 37
Octal 156 251 204 43 0 26 42 216 32 67
Binary 1101110 10101001 10000100 100011 0 10110 100010 10001110 11010 110111

Color Harmonies of #6EA984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA984

Black with #6EA984

Text Example


Text Example

White with #6EA984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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