#716405

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

Shades of Olive #716405

Tints of Olive #716405

Color information

#716405 (or 0x716405) is unknown color: approx Olive. HEX triplet: 71, 64 and 05. RGB value is (113,100,5). Sum of RGB (Red+Green+Blue) = 113+100+5=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #716405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716405 is #8E9BFA. Grayscale: #5D5D5D. Windows color (decimal): -9346043 or 353393. OLE color: 353393.

HSL color Cylindrical-coordinate representation of color #716405: hue angle of 52.78º degrees, saturation: 0.92, 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 #716405 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1131005-
CMYK00.120.960.56
HSL52.78º91.53%23.14%-
HSV(B)52.78º95.58%44.31%-
XYZ11.3912.641.98-
YUV93.0678.31142.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 5 (2.34% from 255) = 2.29%
R=51.83%
G=45.87%
B=2.29%

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
Decimal113100500.120.960.5652.7891.5323.14
Hex716450C6038355c17
Octal1611445014140706513427
Binary11100011100100101011001100000111000110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716405; }

 p { color: rgb(113,100,5); }

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

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

 a { background-color: rgb(113,100,5); }

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

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

 span { border-color: rgb(113,100,5); }

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