Html Css Color HEX #706913 Olivetone

📋 copy color: '#706913'

red 112 ◦ green 105 ◦ blue 19

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

Shades of Olivetone #706913

Tints of Olivetone #706913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.49%

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

R = 47.46%
G = 44.49%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#706913 (or 0x706913) is known color: Olivetone. HEX triplet: 70, 69 and 13. RGB value is (112,105,19). Sum of RGB (Red+Green+Blue) = 112+105+19=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706913 is #8F96EC. Grayscale: #616161. Windows color (decimal): -9410285 or 1272176. OLE color: 1272176.

HSL color Cylindrical-coordinate representation of color #706913: hue angle of 55.48º 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 #706913 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 19 -
CMYK 0 0.06 0.83 0.56
HSL 55.48º 0.71% 0.26% -
HSV(B) 55.48º 0.83% 0.44% -
XYZ 11.85 13.59 2.62 -
YUV 97.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 112 105 19 0 0.06 0.83 0.56 55.48 0.71 0.26
Hex 70 69 13 0 6 53 38 37 47 1A
Octal 160 151 23 0 6 123 70 67 107 32
Binary 1110000 1101001 10011 0 110 1010011 111000 110111 1000111 11010

Color Harmonies of #706913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706913

Black with #706913

Text Example


Text Example

White with #706913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706913; }

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

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

background-color css

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

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

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

border-color css

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

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

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