#716506

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

Shades of Olive #716506

Tints of Olive #716506

Color information

#716506 (or 0x716506) is unknown color: approx Olive. HEX triplet: 71, 65 and 06. RGB value is (113,101,6). Sum of RGB (Red+Green+Blue) = 113+101+6=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #716506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716506 is #8E9AF9. Grayscale: #5E5E5E. Windows color (decimal): -9345786 or 419185. OLE color: 419185.

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

Color convert

RGB1131016-
CMYK00.110.950.56
HSL53.27º89.92%23.33%-
HSV(B)53.27º94.69%44.31%-
XYZ11.512.832.04-
YUV93.7678.48141.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 101 (39.84% from 255) = 45.91%
BLUE value IS 6 (2.73% from 255) = 2.73%
R=51.36%
G=45.91%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113101600.110.950.5653.2789.9223.33
Hex716560B5F38355a17
Octal1611456013137706513227
Binary11100011100101110010111011111111000110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716506; }

 p { color: rgb(113,101,6); }

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

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

 a { background-color: rgb(113,101,6); }

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

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

 span { border-color: rgb(113,101,6); }

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