Html Css Color HEX #706A13 Olivetone

📋 copy color: '#706A13'

red 112 ◦ green 106 ◦ blue 19

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

Shades of Olivetone #706A13

Tints of Olivetone #706A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.73%

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 47.26%
G = 44.73%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#706A13 (or 0x706A13) is known color: Olivetone. HEX triplet: 70, 6A and 13. RGB value is (112,106,19). Sum of RGB (Red+Green+Blue) = 112+106+19=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 106 (41.80% from 255 or 44.73% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A13 is #8F95EC. Grayscale: #626262. Windows color (decimal): -9410029 or 1272432. OLE color: 1272432.

HSL color Cylindrical-coordinate representation of color #706A13: hue angle of 56.13º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #706A13 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 19 -
CMYK 0 0.05 0.83 0.56
HSL 56.13º 0.71% 0.26% -
HSV(B) 56.13º 0.83% 0.44% -
XYZ 11.95 13.8 2.65 -
YUV 97.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 112 106 19 0 0.05 0.83 0.56 56.13 0.71 0.26
Hex 70 6A 13 0 5 53 38 38 47 1A
Octal 160 152 23 0 5 123 70 70 107 32
Binary 1110000 1101010 10011 0 101 1010011 111000 111000 1000111 11010

Color Harmonies of #706A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A13

Black with #706A13

Text Example


Text Example

White with #706A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A13; }

 p { color: rgb(112,106,19); }

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

background-color css

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

 a { background-color: rgb(112,106,19); }

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

border-color css

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

 span { border-color: rgb(112,106,19); }

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