#706A05

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

Shades of Olive #706A05

Tints of Olive #706A05

Color information

#706A05 (or 0x706A05) is unknown color: approx Olive. HEX triplet: 70, 6A and 05. RGB value is (112,106,5). Sum of RGB (Red+Green+Blue) = 112+106+5=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #706A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706A05 is #8F95FA. Grayscale: #606060. Windows color (decimal): -9410043 or 354928. OLE color: 354928.

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

Color convert

RGB1121065-
CMYK00.050.960.56
HSL56.64º91.45%22.94%-
HSV(B)56.64º95.54%43.92%-
XYZ11.8613.762.17-
YUV96.2876.49139.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 106 (41.80% from 255) = 47.53%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=50.22%
G=47.53%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112106500.050.960.5656.6491.4522.94
Hex706A5056038395b17
Octal160152505140707113327
Binary1110000110101010101011100000111000111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A05; }

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

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

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

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

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

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

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

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