#706C05

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

Shades of Olive #706C05

Tints of Olive #706C05

Color information

#706C05 (or 0x706C05) is unknown color: approx Olive. HEX triplet: 70, 6C and 05. RGB value is (112,108,5). Sum of RGB (Red+Green+Blue) = 112+108+5=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #706C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706C05 is #8F93FA. Grayscale: #616161. Windows color (decimal): -9409531 or 355440. OLE color: 355440.

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

Color convert

RGB1121085-
CMYK00.040.960.56
HSL57.76º91.45%22.94%-
HSV(B)57.76º95.54%43.92%-
XYZ12.0714.182.24-
YUV97.4575.83138.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 108 (42.58% from 255) = 48%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=49.78%
G=48%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112108500.040.960.5657.7691.4522.94
Hex706C50460383a5b17
Octal160154504140707213327
Binary1110000110110010101001100000111000111010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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