#706916

Color #706916 Olivetone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivetone #706916

Tints of Olivetone #706916

Color information

#706916 (or 0x706916) is unknown color: approx Olivetone. HEX triplet: 70, 69 and 16. RGB value is (112,105,22). Sum of RGB (Red+Green+Blue) = 112+105+22=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #706916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706916 is #8F96E9. Grayscale: #616161. Windows color (decimal): -9410282 or 1468784. OLE color: 1468784.

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

Color convert

RGB11210522-
CMYK00.060.800.56
HSL55.33º67.16%26.27%-
HSV(B)55.33º80.36%43.92%-
XYZ11.8813.612.76-
YUV97.6385.32138.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=46.86%
G=43.93%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121052200.060.800.5655.3367.1626.27
Hex70691606503837431a
Octal1601512606120706710332
Binary111000011010011011001101010000111000110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706916; }

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

 H1.HeaderClassName
 {
   color: #706916;
 }
 .AnyTagClassName
 {
   color: #706916;
 }
</style>
background-color css

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

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

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

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

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

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