#707626

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

Shades of Rain Forest #707626

Tints of Rain Forest #707626

Color information

#707626 (or 0x707626) is unknown color: approx Rain Forest. HEX triplet: 70, 76 and 26. RGB value is (112,118,38). Sum of RGB (Red+Green+Blue) = 112+118+38=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #707626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707626 is #8F89D9. Grayscale: #6B6B6B. Windows color (decimal): -9406938 or 2520688. OLE color: 2520688.

HSL color Cylindrical-coordinate representation of color #707626: hue angle of 64.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #707626 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB11211838-
CMYK0.0500.680.54
HSL64.5º51.28%30.59%-
HSV(B)64.5º67.8%46.27%-
XYZ13.5116.544.31-
YUV107.0989.01131.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=41.79%
G=44.03%
B=14.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118380.0500.680.5464.551.2830.59
Hex70762650443640331f
Octal1601664650104661006337
Binary1110000111011010011010101000100110110100000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707626; }

 p { color: rgb(112,118,38); }

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

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

 a { background-color: rgb(112,118,38); }

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

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

 span { border-color: rgb(112,118,38); }

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