Html Css Color HEX #706D14 Olivetone

📋 copy color: '#706D14'

red 112 ◦ green 109 ◦ blue 20

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

Shades of Olivetone #706D14

Tints of Olivetone #706D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 46.47%
G = 45.23%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#706D14 (or 0x706D14) is known color: Olivetone. HEX triplet: 70, 6D and 14. RGB value is (112,109,20). Sum of RGB (Red+Green+Blue) = 112+109+20=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D14 is #8F92EB. Grayscale: #646464. Windows color (decimal): -9409260 or 1338736. OLE color: 1338736.

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

Color convert

RGB 112 109 20 -
CMYK 0 0.03 0.82 0.56
HSL 58.04º 0.7% 0.26% -
HSV(B) 58.04º 0.82% 0.44% -
XYZ 12.28 14.43 2.8 -
YUV 99.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 112 109 20 0 0.03 0.82 0.56 58.04 0.7 0.26
Hex 70 6D 14 0 3 52 38 3A 46 1A
Octal 160 155 24 0 3 122 70 72 106 32
Binary 1110000 1101101 10100 0 11 1010010 111000 111010 1000110 11010

Color Harmonies of #706D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D14

Black with #706D14

Text Example


Text Example

White with #706D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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