#706805

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

Shades of Olive #706805

Tints of Olive #706805

Color information

#706805 (or 0x706805) is unknown color: approx Olive. HEX triplet: 70, 68 and 05. RGB value is (112,104,5). Sum of RGB (Red+Green+Blue) = 112+104+5=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #706805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706805 is #8F97FA. Grayscale: #5F5F5F. Windows color (decimal): -9410555 or 354416. OLE color: 354416.

HSL color Cylindrical-coordinate representation of color #706805: hue angle of 55.51º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #706805 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1121045-
CMYK00.070.960.56
HSL55.51º91.45%22.94%-
HSV(B)55.51º95.54%43.92%-
XYZ11.6613.362.11-
YUV95.1177.15140.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 2.26%
R=50.68%
G=47.06%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112104500.070.960.5655.5191.4522.94
Hex70685076038385b17
Octal160150507140707013327
Binary1110000110100010101111100000111000111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706805; }

 p { color: rgb(112,104,5); }

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

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

 a { background-color: rgb(112,104,5); }

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

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

 span { border-color: rgb(112,104,5); }

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