Html Css Color HEX #707131 Olivetone

📋 copy color: '#707131'

red 112 ◦ green 113 ◦ blue 49

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

Shades of Olivetone #707131

Tints of Olivetone #707131

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

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

R = 40.88%
G = 41.24%
B = 17.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#707131 (or 0x707131) is known color: Olivetone. HEX triplet: 70, 71 and 31. RGB value is (112,113,49). Sum of RGB (Red+Green+Blue) = 112+113+49=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #707131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707131 is #8F8ECE. Grayscale: #696969. Windows color (decimal): -9408207 or 3240304. OLE color: 3240304.

HSL color Cylindrical-coordinate representation of color #707131: hue angle of 60.94º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #707131 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 49 -
CMYK 0.01 0 0.57 0.56
HSL 60.94º 0.4% 0.32% -
HSV(B) 60.94º 0.57% 0.44% -
XYZ 13.14 15.48 5.2 -
YUV 105.41 96.17 132.7 -
System Red Green Blue C M Y K H S L
Decimal 112 113 49 0.01 0 0.57 0.56 60.94 0.4 0.32
Hex 70 71 31 1 0 39 38 3D 28 20
Octal 160 161 61 1 0 71 70 75 50 40
Binary 1110000 1110001 110001 1 0 111001 111000 111101 101000 100000

Color Harmonies of #707131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707131

Black with #707131

Text Example


Text Example

White with #707131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707131; }

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

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

background-color css

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

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

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

border-color css

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

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

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