#6C956A

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

Shades of Laurel #6C956A

Tints of Laurel #6C956A

Color information

#6C956A (or 0x6C956A) is unknown color: approx Laurel. HEX triplet: 6C, 95 and 6A. RGB value is (108,149,106). Sum of RGB (Red+Green+Blue) = 108+149+106=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #6C956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C956A is #936A95. Grayscale: #838383. Windows color (decimal): -9661078 or 6985068. OLE color: 6985068.

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

Color convert

RGB108149106-
CMYK0.2800.290.42
HSL117.21º16.86%50%-
HSV(B)117.21º28.86%58.43%-
XYZ19.5325.7217.57-
YUV131.84113.42111-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.75%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=29.75%
G=41.05%
B=29.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491060.2800.290.42117.2116.8650
Hex6C956A1C01D2A751132
Octal15422515234035521652162
Binary110110010010101110101011100011101101010111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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