Html Css Color HEX #706A0E Olivetone

📋 copy color: '#706A0E'

red 112 ◦ green 106 ◦ blue 14

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

Shades of Olivetone #706A0E

Tints of Olivetone #706A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 48.28%
G = 45.69%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#706A0E (or 0x706A0E) is known color: Olivetone. HEX triplet: 70, 6A and 0E. RGB value is (112,106,14). Sum of RGB (Red+Green+Blue) = 112+106+14=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 106 (41.80% from 255 or 45.69% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #706A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A0E is #8F95F1. Grayscale: #616161. Windows color (decimal): -9410034 or 944752. OLE color: 944752.

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

Color convert

RGB 112 106 14 -
CMYK 0 0.05 0.88 0.56
HSL 56.33º 0.78% 0.25% -
HSV(B) 56.33º 0.88% 0.44% -
XYZ 11.92 13.78 2.45 -
YUV 97.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 112 106 14 0 0.05 0.88 0.56 56.33 0.78 0.25
Hex 70 6A E 0 5 58 38 38 4E 19
Octal 160 152 16 0 5 130 70 70 116 31
Binary 1110000 1101010 1110 0 101 1011000 111000 111000 1001110 11001

Color Harmonies of #706A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A0E

Black with #706A0E

Text Example


Text Example

White with #706A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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