#716903

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

Shades of Olive #716903

Tints of Olive #716903

Color information

#716903 (or 0x716903) is unknown color: approx Olive. HEX triplet: 71, 69 and 03. RGB value is (113,105,3). Sum of RGB (Red+Green+Blue) = 113+105+3=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #716903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716903 is #8E96FC. Grayscale: #606060. Windows color (decimal): -9344765 or 223601. OLE color: 223601.

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

Color convert

RGB1131053-
CMYK00.070.970.56
HSL55.64º94.83%22.75%-
HSV(B)55.64º97.35%44.31%-
XYZ11.8813.622.09-
YUV95.7675.65140.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 105 (41.41% from 255) = 47.51%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=51.13%
G=47.51%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113105300.070.970.5655.6494.8322.75
Hex71693076138385f17
Octal161151307141707013727
Binary111000111010011101111100001111000111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716903; }

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

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

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

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

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

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

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

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