Html Css Color HEX #706D17 Olivetone

📋 copy color: '#706D17'

red 112 ◦ green 109 ◦ blue 23

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

Shades of Olivetone #706D17

Tints of Olivetone #706D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.43%

R = 45.9%
G = 44.67%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706D17 (or 0x706D17) is known color: Olivetone. HEX triplet: 70, 6D and 17. RGB value is (112,109,23). Sum of RGB (Red+Green+Blue) = 112+109+23=244 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.90% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 23 (9.38% from 255 or 9.43% from 244); Max value from RGB is 112 - color contains mainly: red. Hex color #706D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D17 is #8F92E8. Grayscale: #646464. Windows color (decimal): -9409257 or 1535344. OLE color: 1535344.

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

Color convert

RGB 112 109 23 -
CMYK 0 0.03 0.79 0.56
HSL 57.98º 0.66% 0.26% -
HSV(B) 57.98º 0.79% 0.44% -
XYZ 12.31 14.44 2.95 -
YUV 100.09 84.49 136.49 -
System Red Green Blue C M Y K H S L
Decimal 112 109 23 0 0.03 0.79 0.56 57.98 0.66 0.26
Hex 70 6D 17 0 3 4F 38 3A 42 1A
Octal 160 155 27 0 3 117 70 72 102 32
Binary 1110000 1101101 10111 0 11 1001111 111000 111010 1000010 11010

Color Harmonies of #706D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706D17

Black with #706D17

Text Example


Text Example

White with #706D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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