#707A21

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

Shades of Rain Forest #707A21

Tints of Rain Forest #707A21

Color information

#707A21 (or 0x707A21) is unknown color: approx Rain Forest. HEX triplet: 70, 7A and 21. RGB value is (112,122,33). Sum of RGB (Red+Green+Blue) = 112+122+33=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #707A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A21 is #8F85DE. Grayscale: #6D6D6D. Windows color (decimal): -9405919 or 2194032. OLE color: 2194032.

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

Color convert

RGB11212233-
CMYK0.0800.730.52
HSL66.74º57.42%30.39%-
HSV(B)66.74º72.95%47.84%-
XYZ13.9217.474.08-
YUV108.8685.19130.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 122 (48.05% from 255) = 45.69%
BLUE value IS 33 (13.28% from 255) = 12.36%
R=41.95%
G=45.69%
B=12.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112122330.0800.730.5266.7457.4230.39
Hex707A2180493443391e
Octal16017241100111641037136
Binary11100001111010100001100001001001110100100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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