#716704

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

Shades of Olive #716704

Tints of Olive #716704

Color information

#716704 (or 0x716704) is unknown color: approx Olive. HEX triplet: 71, 67 and 04. RGB value is (113,103,4). Sum of RGB (Red+Green+Blue) = 113+103+4=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716704 is #8E98FB. Grayscale: #5F5F5F. Windows color (decimal): -9345276 or 288625. OLE color: 288625.

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

Color convert

RGB1131034-
CMYK00.090.960.56
HSL54.5º93.16%22.94%-
HSV(B)54.5º96.46%44.31%-
XYZ11.6813.222.05-
YUV94.776.81141.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 103 (40.62% from 255) = 46.82%
BLUE value IS 4 (1.95% from 255) = 1.82%
R=51.36%
G=46.82%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113103400.090.960.5654.593.1622.94
Hex71674096038365d17
Octal1611474011140706613527
Binary11100011100111100010011100000111000110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716704; }

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

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

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

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

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

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

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

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