Html Css Color HEX #707724 Rain Forest

📋 copy color: '#707724'

red 112 ◦ green 119 ◦ blue 36

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

Shades of Rain Forest #707724

Tints of Rain Forest #707724

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.57%

 BLUE value IS 36 (14.45% from 255) = 13.48%

R = 41.95%
G = 44.57%
B = 13.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#707724 (or 0x707724) is known color: Rain Forest. HEX triplet: 70, 77 and 24. RGB value is (112,119,36). Sum of RGB (Red+Green+Blue) = 112+119+36=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #707724 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707724 is #8F88DB. Grayscale: #6B6B6B. Windows color (decimal): -9406684 or 2389872. OLE color: 2389872.

HSL color Cylindrical-coordinate representation of color #707724: hue angle of 65.06º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #707724 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 36 -
CMYK 0.06 0 0.70 0.53
HSL 65.06º 0.54% 0.3% -
HSV(B) 65.06º 0.7% 0.47% -
XYZ 13.6 16.77 4.19 -
YUV 107.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 112 119 36 0.06 0 0.70 0.53 65.06 0.54 0.3
Hex 70 77 24 6 0 46 35 41 36 1E
Octal 160 167 44 6 0 106 65 101 66 36
Binary 1110000 1110111 100100 110 0 1000110 110101 1000001 110110 11110

Color Harmonies of #707724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707724

Black with #707724

Text Example


Text Example

White with #707724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707724; }

 p { color: rgb(112,119,36); }

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

background-color css

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

 a { background-color: rgb(112,119,36); }

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

border-color css

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

 span { border-color: rgb(112,119,36); }

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