Html Css Color HEX #707A37 Rain Forest

📋 copy color: '#707A37'

red 112 ◦ green 122 ◦ blue 55

#707A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #707A37

Tints of Rain Forest #707A37

RGB

 RED value IS 112 (44.14% from 255) = 38.75%

 GREEN value IS 122 (48.05% from 255) = 42.21%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 38.75%
G = 42.21%
B = 19.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#707A37 (or 0x707A37) is known color: Rain Forest. HEX triplet: 70, 7A and 37. RGB value is (112,122,55). Sum of RGB (Red+Green+Blue) = 112+122+55=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #707A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707A37 is #8F85C8. Grayscale: #6F6F6F. Windows color (decimal): -9405897 or 3635824. OLE color: 3635824.

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

Color convert

RGB 112 122 55 -
CMYK 0.08 0 0.55 0.52
HSL 68.96º 0.38% 0.35% -
HSV(B) 68.96º 0.55% 0.48% -
XYZ 14.33 17.64 6.26 -
YUV 111.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 112 122 55 0.08 0 0.55 0.52 68.96 0.38 0.35
Hex 70 7A 37 8 0 37 34 45 26 23
Octal 160 172 67 10 0 67 64 105 46 43
Binary 1110000 1111010 110111 1000 0 110111 110100 1000101 100110 100011

Color Harmonies of #707A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707A37

Black with #707A37

Text Example


Text Example

White with #707A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707A37;
 }
 .AnyTagClassName
 {
   color: #707A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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