Html Css Color HEX #6E996B Laurel

📋 copy color: '#6E996B'

red 110 ◦ green 153 ◦ blue 107

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

Shades of Laurel #6E996B

Tints of Laurel #6E996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 107 (42.19% from 255) = 28.92%

R = 29.73%
G = 41.35%
B = 28.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#6E996B (or 0x6E996B) is known color: Laurel. HEX triplet: 6E, 99 and 6B. RGB value is (110,153,107). Sum of RGB (Red+Green+Blue) = 110+153+107=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 107 (42.19% from 255 or 28.92% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #6E996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E996B is #916694. Grayscale: #878787. Windows color (decimal): -9528981 or 7051630. OLE color: 7051630.

HSL color Cylindrical-coordinate representation of color #6E996B: hue angle of 116.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E996B is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 110 153 107 -
CMYK 0.28 0 0.30 0.4
HSL 116.09º 0.18% 0.51% -
HSV(B) 116.09º 0.3% 0.6% -
XYZ 20.48 27.16 18.07 -
YUV 134.9 112.25 110.24 -
System Red Green Blue C M Y K H S L
Decimal 110 153 107 0.28 0 0.30 0.4 116.09 0.18 0.51
Hex 6E 99 6B 1C 0 1E 28 74 12 33
Octal 156 231 153 34 0 36 50 164 22 63
Binary 1101110 10011001 1101011 11100 0 11110 101000 1110100 10010 110011

Color Harmonies of #6E996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E996B

Black with #6E996B

Text Example


Text Example

White with #6E996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,153,107); }

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

background-color css

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

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

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

border-color css

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

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

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