Html Css Color HEX #706917 Olivetone

📋 copy color: '#706917'

red 112 ◦ green 105 ◦ blue 23

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

Shades of Olivetone #706917

Tints of Olivetone #706917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

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

R = 46.67%
G = 43.75%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706917 (or 0x706917) is known color: Olivetone. HEX triplet: 70, 69 and 17. RGB value is (112,105,23). Sum of RGB (Red+Green+Blue) = 112+105+23=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #706917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706917 is #8F96E8. Grayscale: #626262. Windows color (decimal): -9410281 or 1534320. OLE color: 1534320.

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

Color convert

RGB 112 105 23 -
CMYK 0 0.06 0.79 0.56
HSL 55.28º 0.66% 0.26% -
HSV(B) 55.28º 0.79% 0.44% -
XYZ 11.89 13.61 2.81 -
YUV 97.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 112 105 23 0 0.06 0.79 0.56 55.28 0.66 0.26
Hex 70 69 17 0 6 4F 38 37 42 1A
Octal 160 151 27 0 6 117 70 67 102 32
Binary 1110000 1101001 10111 0 110 1001111 111000 110111 1000010 11010

Color Harmonies of #706917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706917

Black with #706917

Text Example


Text Example

White with #706917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706917; }

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

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

background-color css

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

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

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

border-color css

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

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

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