Html Css Color HEX #6E946E Laurel

📋 copy color: '#6E946E'

red 110 ◦ green 148 ◦ blue 110

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

Shades of Laurel #6E946E

Tints of Laurel #6E946E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 29.89%
G = 40.22%
B = 29.89%

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

#6E946E (or 0x6E946E) is known color: Laurel. HEX triplet: 6E, 94 and 6E. RGB value is (110,148,110). Sum of RGB (Red+Green+Blue) = 110+148+110=368 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.89% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #6E946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E946E is #916B91. Grayscale: #848484. Windows color (decimal): -9530258 or 7246958. OLE color: 7246958.

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

Color convert

RGB 110 148 110 -
CMYK 0.26 0 0.26 0.42
HSL 120º 0.15% 0.51% -
HSV(B) 120º 0.26% 0.58% -
XYZ 19.83 25.62 18.65 -
YUV 132.31 115.41 112.09 -
System Red Green Blue C M Y K H S L
Decimal 110 148 110 0.26 0 0.26 0.42 120 0.15 0.51
Hex 6E 94 6E 1A 0 1A 2A 78 F 33
Octal 156 224 156 32 0 32 52 170 17 63
Binary 1101110 10010100 1101110 11010 0 11010 101010 1111000 1111 110011

Color Harmonies of #6E946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E946E

Black with #6E946E

Text Example


Text Example

White with #6E946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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