#706503

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

Shades of Olive #706503

Tints of Olive #706503

Color information

#706503 (or 0x706503) is unknown color: approx Olive. HEX triplet: 70, 65 and 03. RGB value is (112,101,3). Sum of RGB (Red+Green+Blue) = 112+101+3=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706503 is #8F9AFC. Grayscale: #5D5D5D. Windows color (decimal): -9411325 or 222576. OLE color: 222576.

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

Color convert

RGB1121013-
CMYK00.100.970.56
HSL53.94º94.78%22.55%-
HSV(B)53.94º97.32%43.92%-
XYZ11.3512.761.95-
YUV93.1277.14141.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 101 (39.84% from 255) = 46.76%
BLUE value IS 3 (1.56% from 255) = 1.39%
R=51.85%
G=46.76%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112101300.100.970.5653.9494.7822.55
Hex706530A6138365f17
Octal1601453012141706613727
Binary1110000110010111010101100001111000110110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706503; }

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

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

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

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

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

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

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

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