#707C25

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

Shades of Rain Forest #707C25

Tints of Rain Forest #707C25

Color information

#707C25 (or 0x707C25) is unknown color: approx Rain Forest. HEX triplet: 70, 7C and 25. RGB value is (112,124,37). Sum of RGB (Red+Green+Blue) = 112+124+37=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 124 (48.83% from 255 or 45.42% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 124 - color contains mainly: green. Hex color #707C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707C25 is #8F83DA. Grayscale: #6E6E6E. Windows color (decimal): -9405403 or 2456688. OLE color: 2456688.

HSL color Cylindrical-coordinate representation of color #707C25: hue angle of 68.28º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #707C25 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB11212437-
CMYK0.1000.700.51
HSL68.28º54.04%31.57%-
HSV(B)68.28º70.16%48.63%-
XYZ14.2217.994.47-
YUV110.4986.52129.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 124 (48.83% from 255) = 45.42%
BLUE value IS 37 (14.84% from 255) = 13.55%
R=41.03%
G=45.42%
B=13.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal112124370.1000.700.5168.2854.0431.57
Hex707C25A04633443620
Octal16017445120106631046640
Binary111000011111001001011010010001101100111000100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,124,37); }

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

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

 a { background-color: rgb(112,124,37); }

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

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

 span { border-color: rgb(112,124,37); }

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