#706505

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

Shades of Olive #706505

Tints of Olive #706505

Color information

#706505 (or 0x706505) is unknown color: approx Olive. HEX triplet: 70, 65 and 05. RGB value is (112,101,5). Sum of RGB (Red+Green+Blue) = 112+101+5=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706505 is #8F9AFA. Grayscale: #5D5D5D. Windows color (decimal): -9411323 or 353648. OLE color: 353648.

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

Color convert

RGB1121015-
CMYK00.100.960.56
HSL53.83º91.45%22.94%-
HSV(B)53.83º95.54%43.92%-
XYZ11.3612.762.01-
YUV93.3478.14141.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 101 (39.84% from 255) = 46.33%
BLUE value IS 5 (2.34% from 255) = 2.29%
R=51.38%
G=46.33%
B=2.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112101500.100.960.5653.8391.4522.94
Hex706550A6038365b17
Octal1601455012140706613327
Binary11100001100101101010101100000111000110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706505; }

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

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

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

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

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

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

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

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