#707735

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

Shades of Rain Forest #707735

Tints of Rain Forest #707735

Color information

#707735 (or 0x707735) is unknown color: approx Rain Forest. HEX triplet: 70, 77 and 35. RGB value is (112,119,53). Sum of RGB (Red+Green+Blue) = 112+119+53=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #707735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707735 is #8F88CA. Grayscale: #6D6D6D. Windows color (decimal): -9406667 or 3503984. OLE color: 3503984.

HSL color Cylindrical-coordinate representation of color #707735: hue angle of 66.36º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707735 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB11211953-
CMYK0.0600.550.53
HSL66.36º38.37%33.73%-
HSV(B)66.36º55.46%46.67%-
XYZ13.9216.95.9-
YUV109.3896.18129.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 53 (21.09% from 255) = 18.66%
R=39.44%
G=41.90%
B=18.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119530.0600.550.5366.3638.3733.73
Hex707735603735422622
Octal160167656067651024642
Binary1110000111011111010111001101111101011000010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707735; }

 p { color: rgb(112,119,53); }

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

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

 a { background-color: rgb(112,119,53); }

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

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

 span { border-color: rgb(112,119,53); }

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