Html Css Color HEX #70711F Olivetone

📋 copy color: '#70711F'

red 112 ◦ green 113 ◦ blue 31

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

Shades of Olivetone #70711F

Tints of Olivetone #70711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.11%

R = 43.75%
G = 44.14%
B = 12.11%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#70711F (or 0x70711F) is known color: Olivetone. HEX triplet: 70, 71 and 1F. RGB value is (112,113,31). Sum of RGB (Red+Green+Blue) = 112+113+31=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #70711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70711F is #8F8EE0. Grayscale: #676767. Windows color (decimal): -9408225 or 2060656. OLE color: 2060656.

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

Color convert

RGB 112 113 31 -
CMYK 0.01 0 0.73 0.56
HSL 60.73º 0.57% 0.28% -
HSV(B) 60.73º 0.73% 0.44% -
XYZ 12.83 15.35 3.58 -
YUV 103.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 112 113 31 0.01 0 0.73 0.56 60.73 0.57 0.28
Hex 70 71 1F 1 0 49 38 3D 39 1C
Octal 160 161 37 1 0 111 70 75 71 34
Binary 1110000 1110001 11111 1 0 1001001 111000 111101 111001 11100

Color Harmonies of #70711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70711F

Black with #70711F

Text Example


Text Example

White with #70711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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