Html Css Color HEX #706F17 Olivetone

📋 copy color: '#706F17'

red 112 ◦ green 111 ◦ blue 23

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

Shades of Olivetone #706F17

Tints of Olivetone #706F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.12%

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

R = 45.53%
G = 45.12%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706F17 (or 0x706F17) is known color: Olivetone. HEX triplet: 70, 6F and 17. RGB value is (112,111,23). Sum of RGB (Red+Green+Blue) = 112+111+23=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #706F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706F17 is #8F90E8. Grayscale: #656565. Windows color (decimal): -9408745 or 1535856. OLE color: 1535856.

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

Color convert

RGB 112 111 23 -
CMYK 0 0.01 0.79 0.56
HSL 59.33º 0.66% 0.26% -
HSV(B) 59.33º 0.79% 0.44% -
XYZ 12.52 14.88 3.02 -
YUV 101.27 83.83 135.66 -
System Red Green Blue C M Y K H S L
Decimal 112 111 23 0 0.01 0.79 0.56 59.33 0.66 0.26
Hex 70 6F 17 0 1 4F 38 3B 42 1A
Octal 160 157 27 0 1 117 70 73 102 32
Binary 1110000 1101111 10111 0 1 1001111 111000 111011 1000010 11010

Color Harmonies of #706F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706F17

Black with #706F17

Text Example


Text Example

White with #706F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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