Html Css Color HEX #706D0E Olivetone

📋 copy color: '#706D0E'

red 112 ◦ green 109 ◦ blue 14

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

Shades of Olivetone #706D0E

Tints of Olivetone #706D0E

RGB

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

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

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

R = 47.66%
G = 46.38%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#706D0E (or 0x706D0E) is known color: Olivetone. HEX triplet: 70, 6D and 0E. RGB value is (112,109,14). Sum of RGB (Red+Green+Blue) = 112+109+14=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D0E is #8F92F1. Grayscale: #636363. Windows color (decimal): -9409266 or 945520. OLE color: 945520.

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

Color convert

RGB 112 109 14 -
CMYK 0 0.03 0.88 0.56
HSL 58.16º 0.78% 0.25% -
HSV(B) 58.16º 0.88% 0.44% -
XYZ 12.23 14.41 2.55 -
YUV 99.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 112 109 14 0 0.03 0.88 0.56 58.16 0.78 0.25
Hex 70 6D E 0 3 58 38 3A 4E 19
Octal 160 155 16 0 3 130 70 72 116 31
Binary 1110000 1101101 1110 0 11 1011000 111000 111010 1001110 11001

Color Harmonies of #706D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D0E

Black with #706D0E

Text Example


Text Example

White with #706D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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