Html Css Color HEX #708031 Rain Forest

📋 copy color: '#708031'

red 112 ◦ green 128 ◦ blue 49

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

Shades of Rain Forest #708031

Tints of Rain Forest #708031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.29%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 38.75%
G = 44.29%
B = 16.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#708031 (or 0x708031) is known color: Rain Forest. HEX triplet: 70, 80 and 31. RGB value is (112,128,49). Sum of RGB (Red+Green+Blue) = 112+128+49=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #708031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708031 is #8F7FCE. Grayscale: #727272. Windows color (decimal): -9404367 or 3244144. OLE color: 3244144.

HSL color Cylindrical-coordinate representation of color #708031: hue angle of 72.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #708031 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 49 -
CMYK 0.12 0 0.62 0.50
HSL 72.15º 0.45% 0.35% -
HSV(B) 72.15º 0.62% 0.5% -
XYZ 14.96 19.1 5.81 -
YUV 114.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 112 128 49 0.12 0 0.62 0.50 72.15 0.45 0.35
Hex 70 80 31 C 0 3E 32 48 2D 23
Octal 160 200 61 14 0 76 62 110 55 43
Binary 1110000 10000000 110001 1100 0 111110 110010 1001000 101101 100011

Color Harmonies of #708031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708031

Black with #708031

Text Example


Text Example

White with #708031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708031; }

 p { color: rgb(112,128,49); }

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

background-color css

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

 a { background-color: rgb(112,128,49); }

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

border-color css

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

 span { border-color: rgb(112,128,49); }

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