Html Css Color HEX #706C10 Olivetone

📋 copy color: '#706C10'

red 112 ◦ green 108 ◦ blue 16

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

Shades of Olivetone #706C10

Tints of Olivetone #706C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.76%

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

R = 47.46%
G = 45.76%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#706C10 (or 0x706C10) is known color: Olivetone. HEX triplet: 70, 6C and 10. RGB value is (112,108,16). Sum of RGB (Red+Green+Blue) = 112+108+16=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C10 is #8F93EF. Grayscale: #636363. Windows color (decimal): -9409520 or 1076336. OLE color: 1076336.

HSL color Cylindrical-coordinate representation of color #706C10: hue angle of 57.5º 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 #706C10 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 108 16 -
CMYK 0 0.04 0.86 0.56
HSL 57.5º 0.75% 0.25% -
HSV(B) 57.5º 0.86% 0.44% -
XYZ 12.14 14.21 2.59 -
YUV 98.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 112 108 16 0 0.04 0.86 0.56 57.5 0.75 0.25
Hex 70 6C 10 0 4 56 38 3A 4B 19
Octal 160 154 20 0 4 126 70 72 113 31
Binary 1110000 1101100 10000 0 100 1010110 111000 111010 1001011 11001

Color Harmonies of #706C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706C10

Black with #706C10

Text Example


Text Example

White with #706C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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