Html Css Color HEX #706516 Olivetone

📋 copy color: '#706516'

red 112 ◦ green 101 ◦ blue 22

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

Shades of Olivetone #706516

Tints of Olivetone #706516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 47.66%
G = 42.98%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#706516 (or 0x706516) is known color: Olivetone. HEX triplet: 70, 65 and 16. RGB value is (112,101,22). Sum of RGB (Red+Green+Blue) = 112+101+22=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #706516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706516 is #8F9AE9. Grayscale: #5F5F5F. Windows color (decimal): -9411306 or 1467760. OLE color: 1467760.

HSL color Cylindrical-coordinate representation of color #706516: hue angle of 52.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #706516 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 101 22 -
CMYK 0 0.10 0.80 0.56
HSL 52.67º 0.67% 0.26% -
HSV(B) 52.67º 0.8% 0.44% -
XYZ 11.48 12.81 2.63 -
YUV 95.28 86.64 139.92 -
System Red Green Blue C M Y K H S L
Decimal 112 101 22 0 0.10 0.80 0.56 52.67 0.67 0.26
Hex 70 65 16 0 A 50 38 35 43 1A
Octal 160 145 26 0 12 120 70 65 103 32
Binary 1110000 1100101 10110 0 1010 1010000 111000 110101 1000011 11010

Color Harmonies of #706516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706516

Black with #706516

Text Example


Text Example

White with #706516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706516; }

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

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

background-color css

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

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

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

border-color css

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

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

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