Html Css Color HEX #6EA16F Laurel

📋 copy color: '#6EA16F'

red 110 ◦ green 161 ◦ blue 111

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

Shades of Laurel #6EA16F

Tints of Laurel #6EA16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 28.8%
G = 42.15%
B = 29.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#6EA16F (or 0x6EA16F) is known color: Laurel. HEX triplet: 6E, A1 and 6F. RGB value is (110,161,111). Sum of RGB (Red+Green+Blue) = 110+161+111=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 161 - color contains mainly: green. Hex color #6EA16F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA16F is #915E90. Grayscale: #8C8C8C. Windows color (decimal): -9526929 or 7315822. OLE color: 7315822.

HSL color Cylindrical-coordinate representation of color #6EA16F: hue angle of 121.18º degrees, saturation: 0.21, 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 #6EA16F is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 110 161 111 -
CMYK 0.32 0 0.31 0.37
HSL 121.18º 0.21% 0.53% -
HSV(B) 121.18º 0.32% 0.63% -
XYZ 22.04 29.95 19.66 -
YUV 140.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 110 161 111 0.32 0 0.31 0.37 121.18 0.21 0.53
Hex 6E A1 6F 20 0 1F 25 79 15 35
Octal 156 241 157 40 0 37 45 171 25 65
Binary 1101110 10100001 1101111 100000 0 11111 100101 1111001 10101 110101

Color Harmonies of #6EA16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EA16F

Black with #6EA16F

Text Example


Text Example

White with #6EA16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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