Html Css Color HEX #706A17 Olivetone

📋 copy color: '#706A17'

red 112 ◦ green 106 ◦ blue 23

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

Shades of Olivetone #706A17

Tints of Olivetone #706A17

RGB

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

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

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

R = 46.47%
G = 43.98%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706A17 (or 0x706A17) is known color: Olivetone. HEX triplet: 70, 6A and 17. RGB value is (112,106,23). Sum of RGB (Red+Green+Blue) = 112+106+23=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #706A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A17 is #8F95E8. Grayscale: #626262. Windows color (decimal): -9410025 or 1534576. OLE color: 1534576.

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

Color convert

RGB 112 106 23 -
CMYK 0 0.05 0.79 0.56
HSL 55.96º 0.66% 0.26% -
HSV(B) 55.96º 0.79% 0.44% -
XYZ 11.99 13.81 2.85 -
YUV 98.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 112 106 23 0 0.05 0.79 0.56 55.96 0.66 0.26
Hex 70 6A 17 0 5 4F 38 38 42 1A
Octal 160 152 27 0 5 117 70 70 102 32
Binary 1110000 1101010 10111 0 101 1001111 111000 111000 1000010 11010

Color Harmonies of #706A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A17

Black with #706A17

Text Example


Text Example

White with #706A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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