Html Css Color HEX #706517 Olivetone

📋 copy color: '#706517'

red 112 ◦ green 101 ◦ blue 23

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

Shades of Olivetone #706517

Tints of Olivetone #706517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

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

R = 47.46%
G = 42.8%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#706517 (or 0x706517) is known color: Olivetone. HEX triplet: 70, 65 and 17. RGB value is (112,101,23). Sum of RGB (Red+Green+Blue) = 112+101+23=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #706517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706517 is #8F9AE8. Grayscale: #5F5F5F. Windows color (decimal): -9411305 or 1533296. OLE color: 1533296.

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

Color convert

RGB 112 101 23 -
CMYK 0 0.10 0.79 0.56
HSL 52.58º 0.66% 0.26% -
HSV(B) 52.58º 0.79% 0.44% -
XYZ 11.49 12.81 2.68 -
YUV 95.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 112 101 23 0 0.10 0.79 0.56 52.58 0.66 0.26
Hex 70 65 17 0 A 4F 38 35 42 1A
Octal 160 145 27 0 12 117 70 65 102 32
Binary 1110000 1100101 10111 0 1010 1001111 111000 110101 1000010 11010

Color Harmonies of #706517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706517

Black with #706517

Text Example


Text Example

White with #706517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706517; }

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

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

background-color css

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

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

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

border-color css

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

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

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