#706403

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

Shades of Olive #706403

Tints of Olive #706403

Color information

#706403 (or 0x706403) is unknown color: approx Olive. HEX triplet: 70, 64 and 03. RGB value is (112,100,3). Sum of RGB (Red+Green+Blue) = 112+100+3=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #706403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706403 is #8F9BFC. Grayscale: #5C5C5C. Windows color (decimal): -9411581 or 222320. OLE color: 222320.

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

Color convert

RGB1121003-
CMYK00.110.970.56
HSL53.39º94.78%22.55%-
HSV(B)53.39º97.32%43.92%-
XYZ11.2612.571.92-
YUV92.5377.48141.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 3 (1.56% from 255) = 1.40%
R=52.09%
G=46.51%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112100300.110.970.5653.3994.7822.55
Hex706430B6138355f17
Octal1601443013141706513727
Binary1110000110010011010111100001111000110101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706403; }

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

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

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

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

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

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

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

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