#716703

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

Shades of Olive #716703

Tints of Olive #716703

Color information

#716703 (or 0x716703) is unknown color: approx Olive. HEX triplet: 71, 67 and 03. RGB value is (113,103,3). Sum of RGB (Red+Green+Blue) = 113+103+3=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 103 (40.62% from 255 or 47.03% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #716703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716703 is #8E98FC. Grayscale: #5E5E5E. Windows color (decimal): -9345277 or 223089. OLE color: 223089.

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

Color convert

RGB1131033-
CMYK00.090.970.56
HSL54.55º94.83%22.75%-
HSV(B)54.55º97.35%44.31%-
XYZ11.6813.222.02-
YUV94.5976.31141.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 103 (40.62% from 255) = 47.03%
BLUE value IS 3 (1.56% from 255) = 1.37%
R=51.60%
G=47.03%
B=1.37%

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
Decimal113103300.090.970.5654.5594.8322.75
Hex71673096138375f17
Octal1611473011141706713727
Binary1110001110011111010011100001111000110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716703; }

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

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

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

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

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

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

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

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