#707822

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

Shades of Rain Forest #707822

Tints of Rain Forest #707822

Color information

#707822 (or 0x707822) is unknown color: approx Rain Forest. HEX triplet: 70, 78 and 22. RGB value is (112,120,34). Sum of RGB (Red+Green+Blue) = 112+120+34=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #707822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707822 is #8F87DD. Grayscale: #6C6C6C. Windows color (decimal): -9406430 or 2259056. OLE color: 2259056.

HSL color Cylindrical-coordinate representation of color #707822: hue angle of 65.58º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #707822 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB11212034-
CMYK0.0700.720.53
HSL65.58º55.84%30.2%-
HSV(B)65.58º71.67%47.06%-
XYZ13.6916.994.07-
YUV107.886.35130.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 120 (47.27% from 255) = 45.11%
BLUE value IS 34 (13.67% from 255) = 12.78%
R=42.11%
G=45.11%
B=12.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120340.0700.720.5365.5855.8430.2
Hex70782270483542381e
Octal1601704270110651027036
Binary1110000111100010001011101001000110101100001011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707822; }

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

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

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

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

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

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

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

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