Html Css Color HEX #706716 Olivetone

📋 copy color: '#706716'

red 112 ◦ green 103 ◦ blue 22

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

Shades of Olivetone #706716

Tints of Olivetone #706716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.46%

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

R = 47.26%
G = 43.46%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#706716 (or 0x706716) is known color: Olivetone. HEX triplet: 70, 67 and 16. RGB value is (112,103,22). Sum of RGB (Red+Green+Blue) = 112+103+22=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #706716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706716 is #8F98E9. Grayscale: #606060. Windows color (decimal): -9410794 or 1468272. OLE color: 1468272.

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

Color convert

RGB 112 103 22 -
CMYK 0 0.08 0.80 0.56
HSL 54º 0.67% 0.26% -
HSV(B) 54º 0.8% 0.44% -
XYZ 11.68 13.2 2.69 -
YUV 96.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 112 103 22 0 0.08 0.80 0.56 54 0.67 0.26
Hex 70 67 16 0 8 50 38 36 43 1A
Octal 160 147 26 0 10 120 70 66 103 32
Binary 1110000 1100111 10110 0 1000 1010000 111000 110110 1000011 11010

Color Harmonies of #706716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706716

Black with #706716

Text Example


Text Example

White with #706716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706716; }

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

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

background-color css

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

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

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

border-color css

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

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

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