#6E956E

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

Shades of Laurel #6E956E

Tints of Laurel #6E956E

Color information

#6E956E (or 0x6E956E) is unknown color: approx Laurel. HEX triplet: 6E, 95 and 6E. RGB value is (110,149,110). Sum of RGB (Red+Green+Blue) = 110+149+110=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #6E956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E956E is #916A91. Grayscale: #858585. Windows color (decimal): -9530002 or 7247214. OLE color: 7247214.

HSL color Cylindrical-coordinate representation of color #6E956E: hue angle of 120º degrees, saturation: 0.16, 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 #6E956E is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB110149110-
CMYK0.2600.260.42
HSL120º15.54%50.78%-
HSV(B)120º26.17%58.43%-
XYZ19.9925.9418.7-
YUV132.89115.08111.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 149 (58.59% from 255) = 40.38%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=29.81%
G=40.38%
B=29.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1101491100.2600.260.4212015.5450.78
Hex6E956E1A01A2A781033
Octal15622515632032521702063
Binary110111010010101110111011010011010101010111100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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