#719863

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

Shades of Amulet #719863

Tints of Amulet #719863

Color information

#719863 (or 0x719863) is unknown color: approx Amulet. HEX triplet: 71, 98 and 63. RGB value is (113,152,99). Sum of RGB (Red+Green+Blue) = 113+152+99=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #719863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719863 is #8E679C. Grayscale: #868686. Windows color (decimal): -9332637 or 6527089. OLE color: 6527089.

HSL color Cylindrical-coordinate representation of color #719863: hue angle of 104.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719863 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB11315299-
CMYK0.2600.350.40
HSL104.15º21.12%49.22%-
HSV(B)104.15º34.87%59.61%-
XYZ20.2926.8715.92-
YUV134.3108.08112.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 152 (59.77% from 255) = 41.76%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=31.04%
G=41.76%
B=27.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113152990.2600.350.40104.1521.1249.22
Hex7198631A02328681531
Octal16123014332043501502561
Binary1110001100110001100011110100100011101000110100010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719863; }

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

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

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

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

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

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

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

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