#6E996D

Color #6E996D Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6E996D

Tints of Laurel #6E996D

Color information

#6E996D (or 0x6E996D) is unknown color: approx Laurel. HEX triplet: 6E, 99 and 6D. RGB value is (110,153,109). Sum of RGB (Red+Green+Blue) = 110+153+109=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #6E996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E996D is #916692. Grayscale: #878787. Windows color (decimal): -9528979 or 7182702. OLE color: 7182702.

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

Color convert

RGB110153109-
CMYK0.2800.290.4
HSL118.64º17.74%51.37%-
HSV(B)118.64º28.76%60%-
XYZ20.5827.218.63-
YUV135.13113.25110.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.57%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 109 (42.97% from 255) = 29.30%
R=29.57%
G=41.13%
B=29.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1101531090.2800.290.4118.6417.7451.37
Hex6E996D1C01D28771233
Octal15623115534035501672263
Binary110111010011001110110111100011101101000111011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E996D;
 }
 .AnyTagClassName
 {
   color: #6E996D;
 }
</style>
background-color css

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

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

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

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

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

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