#616A40

Color #616A40 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #616A40

Tints of Woodland #616A40

Color information

#616A40 (or 0x616A40) is unknown color: approx Woodland. HEX triplet: 61, 6A and 40. RGB value is (97,106,64). Sum of RGB (Red+Green+Blue) = 97+106+64=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #616A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A40 is #9E95BF. Grayscale: #626262. Windows color (decimal): -10393024 or 4221537. OLE color: 4221537.

HSL color Cylindrical-coordinate representation of color #616A40: hue angle of 72.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616A40 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB9710664-
CMYK0.0800.400.58
HSL72.86º24.71%33.33%-
HSV(B)72.86º39.62%41.57%-
XYZ11.0113.226.82-
YUV98.52108.52126.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 64 (25.39% from 255) = 23.97%
R=36.33%
G=39.70%
B=23.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106640.0800.400.5872.8624.7133.33
Hex616A4080283A491921
Octal14115210010050721113141
Binary11000011101010100000010000101000111010100100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A40; }

 p { color: rgb(97,106,64); }

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

<style>
 a { background-color: #616A40; }

 a { background-color: rgb(97,106,64); }

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

<style>
 span { border-color: #616A40; }

 span { border-color: rgb(97,106,64); }

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