Html Css Color HEX #707732 Rain Forest

📋 copy color: '#707732'

red 112 ◦ green 119 ◦ blue 50

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

Shades of Rain Forest #707732

Tints of Rain Forest #707732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 39.86%
G = 42.35%
B = 17.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#707732 (or 0x707732) is known color: Rain Forest. HEX triplet: 70, 77 and 32. RGB value is (112,119,50). Sum of RGB (Red+Green+Blue) = 112+119+50=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #707732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707732 is #8F88CD. Grayscale: #6D6D6D. Windows color (decimal): -9406670 or 3307376. OLE color: 3307376.

HSL color Cylindrical-coordinate representation of color #707732: hue angle of 66.09º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #707732 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 119 50 -
CMYK 0.06 0 0.58 0.53
HSL 66.09º 0.41% 0.33% -
HSV(B) 66.09º 0.58% 0.47% -
XYZ 13.85 16.87 5.54 -
YUV 109.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 112 119 50 0.06 0 0.58 0.53 66.09 0.41 0.33
Hex 70 77 32 6 0 3A 35 42 29 21
Octal 160 167 62 6 0 72 65 102 51 41
Binary 1110000 1110111 110010 110 0 111010 110101 1000010 101001 100001

Color Harmonies of #707732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707732

Black with #707732

Text Example


Text Example

White with #707732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707732; }

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

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

background-color css

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

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

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

border-color css

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

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

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