#707A1E

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

Shades of Rain Forest #707A1E

Tints of Rain Forest #707A1E

Color information

#707A1E (or 0x707A1E) is unknown color: approx Rain Forest. HEX triplet: 70, 7A and 1E. RGB value is (112,122,30). Sum of RGB (Red+Green+Blue) = 112+122+30=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #707A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A1E is #8F85E1. Grayscale: #6C6C6C. Windows color (decimal): -9405922 or 1997424. OLE color: 1997424.

HSL color Cylindrical-coordinate representation of color #707A1E: hue angle of 66.52º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #707A1E is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB11212230-
CMYK0.0800.750.52
HSL66.52º60.53%29.8%-
HSV(B)66.52º75.41%47.84%-
XYZ13.8817.463.87-
YUV108.5283.69130.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.42%
GREEN value IS 122 (48.05% from 255) = 46.21%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=42.42%
G=46.21%
B=11.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112122300.0800.750.5266.5260.5329.8
Hex707A1E804B34433d1e
Octal16017236100113641037536
Binary1110000111101011110100001001011110100100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,122,30); }

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

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

 a { background-color: rgb(112,122,30); }

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

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

 span { border-color: rgb(112,122,30); }

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