Html Css Color HEX #6EA16D Laurel

📋 copy color: '#6EA16D'

red 110 ◦ green 161 ◦ blue 109

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

Shades of Laurel #6EA16D

Tints of Laurel #6EA16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.37%

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 28.95%
G = 42.37%
B = 28.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#6EA16D (or 0x6EA16D) is known color: Laurel. HEX triplet: 6E, A1 and 6D. RGB value is (110,161,109). Sum of RGB (Red+Green+Blue) = 110+161+109=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA16D is #915E92. Grayscale: #8B8B8B. Windows color (decimal): -9526931 or 7184750. OLE color: 7184750.

HSL color Cylindrical-coordinate representation of color #6EA16D: hue angle of 118.85º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6EA16D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 161 109 -
CMYK 0.32 0 0.32 0.37
HSL 118.85º 0.22% 0.53% -
HSV(B) 118.85º 0.32% 0.63% -
XYZ 21.94 29.91 19.08 -
YUV 139.82 110.6 106.73 -
System Red Green Blue C M Y K H S L
Decimal 110 161 109 0.32 0 0.32 0.37 118.85 0.22 0.53
Hex 6E A1 6D 20 0 20 25 77 16 35
Octal 156 241 155 40 0 40 45 167 26 65
Binary 1101110 10100001 1101101 100000 0 100000 100101 1110111 10110 110101

Color Harmonies of #6EA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA16D

Black with #6EA16D

Text Example


Text Example

White with #6EA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,161,109); }

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

background-color css

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

 a { background-color: rgb(110,161,109); }

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

border-color css

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

 span { border-color: rgb(110,161,109); }

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