#716304

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

Shades of Olive #716304

Tints of Olive #716304

Color information

#716304 (or 0x716304) is unknown color: approx Olive. HEX triplet: 71, 63 and 04. RGB value is (113,99,4). Sum of RGB (Red+Green+Blue) = 113+99+4=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #716304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716304 is #8E9CFB. Grayscale: #5C5C5C. Windows color (decimal): -9346300 or 287601. OLE color: 287601.

HSL color Cylindrical-coordinate representation of color #716304: hue angle of 52.29º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #716304 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB113994-
CMYK00.120.960.56
HSL52.29º93.16%22.94%-
HSV(B)52.29º96.46%44.31%-
XYZ11.2912.441.92-
YUV92.3678.14142.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 99 (39.06% from 255) = 45.83%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=52.31%
G=45.83%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11399400.120.960.5652.2993.1622.94
Hex716340C6038345d17
Octal1611434014140706413527
Binary11100011100011100011001100000111000110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716304; }

 p { color: rgb(113,99,4); }

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

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

 a { background-color: rgb(113,99,4); }

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

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

 span { border-color: rgb(113,99,4); }

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