Html Css Color HEX #706D10 Olivetone

📋 copy color: '#706D10'

red 112 ◦ green 109 ◦ blue 16

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

Shades of Olivetone #706D10

Tints of Olivetone #706D10

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.99%

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 47.26%
G = 45.99%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706D10 (or 0x706D10) is known color: Olivetone. HEX triplet: 70, 6D and 10. RGB value is (112,109,16). Sum of RGB (Red+Green+Blue) = 112+109+16=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 109 (42.97% from 255 or 45.99% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D10 is #8F92EF. Grayscale: #636363. Windows color (decimal): -9409264 or 1076592. OLE color: 1076592.

HSL color Cylindrical-coordinate representation of color #706D10: hue angle of 58.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #706D10 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 109 16 -
CMYK 0 0.03 0.86 0.56
HSL 58.13º 0.75% 0.25% -
HSV(B) 58.13º 0.86% 0.44% -
XYZ 12.24 14.42 2.63 -
YUV 99.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 112 109 16 0 0.03 0.86 0.56 58.13 0.75 0.25
Hex 70 6D 10 0 3 56 38 3A 4B 19
Octal 160 155 20 0 3 126 70 72 113 31
Binary 1110000 1101101 10000 0 11 1010110 111000 111010 1001011 11001

Color Harmonies of #706D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D10

Black with #706D10

Text Example


Text Example

White with #706D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,109,16); }

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

background-color css

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

 a { background-color: rgb(112,109,16); }

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

border-color css

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

 span { border-color: rgb(112,109,16); }

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