#716803

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

Shades of Olive #716803

Tints of Olive #716803

Color information

#716803 (or 0x716803) is unknown color: approx Olive. HEX triplet: 71, 68 and 03. RGB value is (113,104,3). Sum of RGB (Red+Green+Blue) = 113+104+3=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716803 is #8E97FC. Grayscale: #5F5F5F. Windows color (decimal): -9345021 or 223345. OLE color: 223345.

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

Color convert

RGB1131043-
CMYK00.080.970.56
HSL55.09º94.83%22.75%-
HSV(B)55.09º97.35%44.31%-
XYZ11.7813.422.06-
YUV95.1875.98140.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=51.36%
G=47.27%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113104300.080.970.5655.0994.8322.75
Hex71683086138375f17
Octal1611503010141706713727
Binary1110001110100011010001100001111000110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716803; }

 p { color: rgb(113,104,3); }

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

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

 a { background-color: rgb(113,104,3); }

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

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

 span { border-color: rgb(113,104,3); }

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