#706603

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

Shades of Olive #706603

Tints of Olive #706603

Color information

#706603 (or 0x706603) is unknown color: approx Olive. HEX triplet: 70, 66 and 03. RGB value is (112,102,3). Sum of RGB (Red+Green+Blue) = 112+102+3=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #706603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706603 is #8F99FC. Grayscale: #5E5E5E. Windows color (decimal): -9411069 or 222832. OLE color: 222832.

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

Color convert

RGB1121023-
CMYK00.090.970.56
HSL54.5º94.78%22.55%-
HSV(B)54.5º97.32%43.92%-
XYZ11.4512.951.98-
YUV93.776.81141.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=51.61%
G=47.00%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112102300.090.970.5654.594.7822.55
Hex70663096138365f17
Octal1601463011141706613727
Binary1110000110011011010011100001111000110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706603; }

 p { color: rgb(112,102,3); }

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

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

 a { background-color: rgb(112,102,3); }

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

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

 span { border-color: rgb(112,102,3); }

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