#707834

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

Shades of Rain Forest #707834

Tints of Rain Forest #707834

Color information

#707834 (or 0x707834) is unknown color: approx Rain Forest. HEX triplet: 70, 78 and 34. RGB value is (112,120,52). Sum of RGB (Red+Green+Blue) = 112+120+52=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #707834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707834 is #8F87CB. Grayscale: #6E6E6E. Windows color (decimal): -9406412 or 3438704. OLE color: 3438704.

HSL color Cylindrical-coordinate representation of color #707834: hue angle of 67.06º 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 #707834 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB11212052-
CMYK0.0700.570.53
HSL67.06º39.53%33.73%-
HSV(B)67.06º56.67%47.06%-
XYZ14.0217.135.82-
YUV109.8695.35129.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.44%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=39.44%
G=42.25%
B=18.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120520.0700.570.5367.0639.5333.73
Hex707834703935432822
Octal160170647071651035042
Binary1110000111100011010011101110011101011000011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707834; }

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

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

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

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

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

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

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

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