#716406

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

Shades of Olive #716406

Tints of Olive #716406

Color information

#716406 (or 0x716406) is unknown color: approx Olive. HEX triplet: 71, 64 and 06. RGB value is (113,100,6). Sum of RGB (Red+Green+Blue) = 113+100+6=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #716406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #716406 is #8E9BF9. Grayscale: #5D5D5D. Windows color (decimal): -9346042 or 418929. OLE color: 418929.

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

Color convert

RGB1131006-
CMYK00.120.950.56
HSL52.71º89.92%23.33%-
HSV(B)52.71º94.69%44.31%-
XYZ11.412.642.01-
YUV93.1778.81142.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.60%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=51.60%
G=45.66%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113100600.120.950.5652.7189.9223.33
Hex716460C5F38355a17
Octal1611446014137706513227
Binary11100011100100110011001011111111000110101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716406; }

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

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

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

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

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

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

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

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