#707E29

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

Shades of Rain Forest #707E29

Tints of Rain Forest #707E29

Color information

#707E29 (or 0x707E29) is unknown color: approx Rain Forest. HEX triplet: 70, 7E and 29. RGB value is (112,126,41). Sum of RGB (Red+Green+Blue) = 112+126+41=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #707E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707E29 is #8F81D6. Grayscale: #707070. Windows color (decimal): -9404887 or 2719344. OLE color: 2719344.

HSL color Cylindrical-coordinate representation of color #707E29: hue angle of 69.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #707E29 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB11212641-
CMYK0.1100.670.51
HSL69.88º50.9%32.75%-
HSV(B)69.88º67.46%49.41%-
XYZ14.5418.534.91-
YUV112.1287.86127.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 126 (49.61% from 255) = 45.16%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=40.14%
G=45.16%
B=14.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112126410.1100.670.5169.8850.932.75
Hex707E29B04333463321
Octal16017651130103631066341
Binary111000011111101010011011010000111100111000110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,126,41); }

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

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

 a { background-color: rgb(112,126,41); }

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

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

 span { border-color: rgb(112,126,41); }

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