#6C956E

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

Shades of Laurel #6C956E

Tints of Laurel #6C956E

Color information

#6C956E (or 0x6C956E) is unknown color: approx Laurel. HEX triplet: 6C, 95 and 6E. RGB value is (108,149,110). Sum of RGB (Red+Green+Blue) = 108+149+110=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #6C956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C956E is #936A91. Grayscale: #848484. Windows color (decimal): -9661074 or 7247212. OLE color: 7247212.

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

Color convert

RGB108149110-
CMYK0.2800.260.42
HSL122.93º16.21%50.39%-
HSV(B)122.93º27.52%58.43%-
XYZ19.7525.8118.69-
YUV132.29115.42110.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.43%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=29.43%
G=40.60%
B=29.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491100.2800.260.42122.9316.2150.39
Hex6C956E1C01A2A7b1032
Octal15422515634032521732062
Binary110110010010101110111011100011010101010111101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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