#6C7960

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

Shades of Willow Grove #6C7960

Tints of Willow Grove #6C7960

Color information

#6C7960 (or 0x6C7960) is unknown color: approx Willow Grove. HEX triplet: 6C, 79 and 60. RGB value is (108,121,96). Sum of RGB (Red+Green+Blue) = 108+121+96=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7960 is #93869F. Grayscale: #727272. Windows color (decimal): -9668256 or 6322540. OLE color: 6322540.

HSL color Cylindrical-coordinate representation of color #6C7960: hue angle of 91.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7960 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB10812196-
CMYK0.1100.210.53
HSL91.2º11.52%42.55%-
HSV(B)91.2º20.66%47.45%-
XYZ15.1317.7113.69-
YUV114.26117.69123.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.23%
GREEN value IS 121 (47.66% from 255) = 37.23%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=33.23%
G=37.23%
B=29.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108121960.1100.210.5391.211.5242.55
Hex6C7960B015355bc2b
Octal15417114013025651331453
Binary110110011110011100000101101010111010110110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,121,96); }

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

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

 a { background-color: rgb(108,121,96); }

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

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

 span { border-color: rgb(108,121,96); }

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