#719F63

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

Shades of Amulet #719F63

Tints of Amulet #719F63

Color information

#719F63 (or 0x719F63) is unknown color: approx Amulet. HEX triplet: 71, 9F and 63. RGB value is (113,159,99). Sum of RGB (Red+Green+Blue) = 113+159+99=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #719F63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F63 is #8E609C. Grayscale: #8A8A8A. Windows color (decimal): -9330845 or 6528881. OLE color: 6528881.

HSL color Cylindrical-coordinate representation of color #719F63: hue angle of 106º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #719F63 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB11315999-
CMYK0.2900.380.38
HSL106º23.81%50.59%-
HSV(B)106º37.74%62.35%-
XYZ21.4629.2116.31-
YUV138.41105.76109.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=30.46%
G=42.86%
B=26.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113159990.2900.380.3810623.8150.59
Hex719F631D026266a1833
Octal16123714335046461523063
Binary1110001100111111100011111010100110100110110101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719F63; }

 p { color: rgb(113,159,99); }

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

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

 a { background-color: rgb(113,159,99); }

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

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

 span { border-color: rgb(113,159,99); }

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