Html Css Color HEX #706512 Olivetone

📋 copy color: '#706512'

red 112 ◦ green 101 ◦ blue 18

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

Shades of Olivetone #706512

Tints of Olivetone #706512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.72%

 BLUE value IS 18 (7.42% from 255) = 7.79%

R = 48.48%
G = 43.72%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#706512 (or 0x706512) is known color: Olivetone. HEX triplet: 70, 65 and 12. RGB value is (112,101,18). Sum of RGB (Red+Green+Blue) = 112+101+18=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 101 (39.84% from 255 or 43.72% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #706512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706512 is #8F9AED. Grayscale: #5F5F5F. Windows color (decimal): -9411310 or 1205616. OLE color: 1205616.

HSL color Cylindrical-coordinate representation of color #706512: hue angle of 52.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #706512 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 18 -
CMYK 0 0.10 0.84 0.56
HSL 52.98º 0.72% 0.25% -
HSV(B) 52.98º 0.84% 0.44% -
XYZ 11.44 12.8 2.44 -
YUV 94.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 112 101 18 0 0.10 0.84 0.56 52.98 0.72 0.25
Hex 70 65 12 0 A 54 38 35 48 19
Octal 160 145 22 0 12 124 70 65 110 31
Binary 1110000 1100101 10010 0 1010 1010100 111000 110101 1001000 11001

Color Harmonies of #706512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706512

Black with #706512

Text Example


Text Example

White with #706512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706512; }

 p { color: rgb(112,101,18); }

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

background-color css

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

 a { background-color: rgb(112,101,18); }

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

border-color css

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

 span { border-color: rgb(112,101,18); }

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