#707F34

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

Shades of Rain Forest #707F34

Tints of Rain Forest #707F34

Color information

#707F34 (or 0x707F34) is unknown color: approx Rain Forest. HEX triplet: 70, 7F and 34. RGB value is (112,127,52). Sum of RGB (Red+Green+Blue) = 112+127+52=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #707F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F34 is #8F80CB. Grayscale: #727272. Windows color (decimal): -9404620 or 3440496. OLE color: 3440496.

HSL color Cylindrical-coordinate representation of color #707F34: hue angle of 72º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #707F34 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB11212752-
CMYK0.1200.590.50
HSL72º41.9%35.1%-
HSV(B)72º59.06%49.8%-
XYZ14.8918.876.11-
YUV113.9693.03126.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.49%
GREEN value IS 127 (50% from 255) = 43.64%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=38.49%
G=43.64%
B=17.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal112127520.1200.590.507241.935.1
Hex707F34C03B32482a23
Octal1601776414073621105243
Binary11100001111111110100110001110111100101001000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707F34; }

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

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

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

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

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

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

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

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