Html Css Color HEX #707B20 Rain Forest

📋 copy color: '#707B20'

red 112 ◦ green 123 ◦ blue 32

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

Shades of Rain Forest #707B20

Tints of Rain Forest #707B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.07%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 41.95%
G = 46.07%
B = 11.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.74

 K value IS 0.52

RGB Variations

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

Color information

#707B20 (or 0x707B20) is known color: Rain Forest. HEX triplet: 70, 7B and 20. RGB value is (112,123,32). Sum of RGB (Red+Green+Blue) = 112+123+32=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 123 (48.44% from 255 or 46.07% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 123 - color contains mainly: green. Hex color #707B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B20 is #8F84DF. Grayscale: #6D6D6D. Windows color (decimal): -9405664 or 2128752. OLE color: 2128752.

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

Color convert

RGB 112 123 32 -
CMYK 0.09 0 0.74 0.52
HSL 67.25º 0.59% 0.3% -
HSV(B) 67.25º 0.74% 0.48% -
XYZ 14.03 17.71 4.05 -
YUV 109.34 84.36 129.9 -
System Red Green Blue C M Y K H S L
Decimal 112 123 32 0.09 0 0.74 0.52 67.25 0.59 0.3
Hex 70 7B 20 9 0 4A 34 43 3B 1E
Octal 160 173 40 11 0 112 64 103 73 36
Binary 1110000 1111011 100000 1001 0 1001010 110100 1000011 111011 11110

Color Harmonies of #707B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707B20

Black with #707B20

Text Example


Text Example

White with #707B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,123,32); }

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

background-color css

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

 a { background-color: rgb(112,123,32); }

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

border-color css

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

 span { border-color: rgb(112,123,32); }

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