#616C2A

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

Shades of Rain Forest #616C2A

Tints of Rain Forest #616C2A

Color information

#616C2A (or 0x616C2A) is unknown color: approx Rain Forest. HEX triplet: 61, 6C and 2A. RGB value is (97,108,42). Sum of RGB (Red+Green+Blue) = 97+108+42=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #616C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C2A is #9E93D5. Grayscale: #616161. Windows color (decimal): -10392534 or 2780257. OLE color: 2780257.

HSL color Cylindrical-coordinate representation of color #616C2A: hue angle of 70º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #616C2A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB9710842-
CMYK0.1000.610.58
HSL70º44%29.41%-
HSV(B)70º61.11%42.35%-
XYZ10.7113.434.22-
YUV97.1996.86127.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=39.27%
G=43.72%
B=17.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97108420.1000.610.58704429.41
Hex616C2AA03D3A462c1d
Octal1411545212075721065435
Binary1100001110110010101010100111101111010100011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,108,42); }

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

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

 a { background-color: rgb(97,108,42); }

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

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

 span { border-color: rgb(97,108,42); }

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