#70762C

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

Shades of Rain Forest #70762C

Tints of Rain Forest #70762C

Color information

#70762C (or 0x70762C) is unknown color: approx Rain Forest. HEX triplet: 70, 76 and 2C. RGB value is (112,118,44). Sum of RGB (Red+Green+Blue) = 112+118+44=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #70762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70762C is #8F89D3. Grayscale: #6C6C6C. Windows color (decimal): -9406932 or 2913904. OLE color: 2913904.

HSL color Cylindrical-coordinate representation of color #70762C: hue angle of 64.86º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70762C is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11211844-
CMYK0.0500.630.54
HSL64.86º45.68%31.76%-
HSV(B)64.86º62.71%46.27%-
XYZ13.6216.584.87-
YUV107.7792.01131.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.88%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=40.88%
G=43.07%
B=16.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118440.0500.630.5464.8645.6831.76
Hex70762C503F36412e20
Octal160166545077661015640
Binary1110000111011010110010101111111101101000001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70762C; }

 p { color: rgb(112,118,44); }

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

<style>
 a { background-color: #70762C; }

 a { background-color: rgb(112,118,44); }

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

<style>
 span { border-color: #70762C; }

 span { border-color: rgb(112,118,44); }

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