#716C05

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

Shades of Olive #716C05

Tints of Olive #716C05

Color information

#716C05 (or 0x716C05) is unknown color: approx Olive. HEX triplet: 71, 6C and 05. RGB value is (113,108,5). Sum of RGB (Red+Green+Blue) = 113+108+5=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #716C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716C05 is #8E93FA. Grayscale: #626262. Windows color (decimal): -9343995 or 355441. OLE color: 355441.

HSL color Cylindrical-coordinate representation of color #716C05: hue angle of 57.22º 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 #716C05 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB1131085-
CMYK00.040.960.56
HSL57.22º91.53%23.14%-
HSV(B)57.22º95.58%44.31%-
XYZ12.214.252.25-
YUV97.7575.66138.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 108 (42.58% from 255) = 47.79%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=50%
G=47.79%
B=2.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113108500.040.960.5657.2291.5323.14
Hex716C5046038395c17
Octal161154504140707113427
Binary1110001110110010101001100000111000111001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716C05; }

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

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

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

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

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

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

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

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