#707833

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

Shades of Rain Forest #707833

Tints of Rain Forest #707833

Color information

#707833 (or 0x707833) is unknown color: approx Rain Forest. HEX triplet: 70, 78 and 33. RGB value is (112,120,51). Sum of RGB (Red+Green+Blue) = 112+120+51=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #707833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707833 is #8F87CC. Grayscale: #6E6E6E. Windows color (decimal): -9406413 or 3373168. OLE color: 3373168.

HSL color Cylindrical-coordinate representation of color #707833: hue angle of 66.96º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #707833 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB11212051-
CMYK0.0700.580.53
HSL66.96º40.35%33.53%-
HSV(B)66.96º57.5%47.06%-
XYZ1417.125.7-
YUV109.7494.85129.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 120 (47.27% from 255) = 42.40%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=39.58%
G=42.40%
B=18.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120510.0700.580.5366.9640.3533.53
Hex707833703A35432822
Octal160170637072651035042
Binary1110000111100011001111101110101101011000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707833; }

 p { color: rgb(112,120,51); }

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

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

 a { background-color: rgb(112,120,51); }

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

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

 span { border-color: rgb(112,120,51); }

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