Html Css Color HEX #6E946D Laurel

📋 copy color: '#6E946D'

red 110 ◦ green 148 ◦ blue 109

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

Shades of Laurel #6E946D

Tints of Laurel #6E946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 29.97%
G = 40.33%
B = 29.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#6E946D (or 0x6E946D) is known color: Laurel. HEX triplet: 6E, 94 and 6D. RGB value is (110,148,109). Sum of RGB (Red+Green+Blue) = 110+148+109=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #6E946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E946D is #916B92. Grayscale: #848484. Windows color (decimal): -9530259 or 7181422. OLE color: 7181422.

HSL color Cylindrical-coordinate representation of color #6E946D: hue angle of 118.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E946D is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 109 -
CMYK 0.26 0 0.26 0.42
HSL 118.46º 0.15% 0.5% -
HSV(B) 118.46º 0.26% 0.58% -
XYZ 19.78 25.6 18.37 -
YUV 132.19 114.91 112.17 -
System Red Green Blue C M Y K H S L
Decimal 110 148 109 0.26 0 0.26 0.42 118.46 0.15 0.5
Hex 6E 94 6D 1A 0 1A 2A 76 F 32
Octal 156 224 155 32 0 32 52 166 17 62
Binary 1101110 10010100 1101101 11010 0 11010 101010 1110110 1111 110010

Color Harmonies of #6E946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E946D

Black with #6E946D

Text Example


Text Example

White with #6E946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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