#616C2B

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

Shades of Rain Forest #616C2B

Tints of Rain Forest #616C2B

Color information

#616C2B (or 0x616C2B) is unknown color: approx Rain Forest. HEX triplet: 61, 6C and 2B. RGB value is (97,108,43). Sum of RGB (Red+Green+Blue) = 97+108+43=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #616C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C2B is #9E93D4. Grayscale: #616161. Windows color (decimal): -10392533 or 2845793. OLE color: 2845793.

HSL color Cylindrical-coordinate representation of color #616C2B: hue angle of 70.15º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #616C2B is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB9710843-
CMYK0.1000.600.58
HSL70.15º43.05%29.61%-
HSV(B)70.15º60.19%42.35%-
XYZ10.7313.444.31-
YUV97.397.36127.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 43 (17.19% from 255) = 17.34%
R=39.11%
G=43.55%
B=17.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97108430.1000.600.5870.1543.0529.61
Hex616C2BA03C3A462b1e
Octal1411545312074721065336
Binary1100001110110010101110100111100111010100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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