#719C62

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

Shades of Amulet #719C62

Tints of Amulet #719C62

Color information

#719C62 (or 0x719C62) is unknown color: approx Amulet. HEX triplet: 71, 9C and 62. RGB value is (113,156,98). Sum of RGB (Red+Green+Blue) = 113+156+98=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #719C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C62 is #8E639D. Grayscale: #888888. Windows color (decimal): -9331614 or 6462577. OLE color: 6462577.

HSL color Cylindrical-coordinate representation of color #719C62: hue angle of 104.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719C62 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB11315698-
CMYK0.2800.370.39
HSL104.48º22.83%49.8%-
HSV(B)104.48º37.18%61.18%-
XYZ20.928.1715.89-
YUV136.53106.25111.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=30.79%
G=42.51%
B=26.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113156980.2800.370.39104.4822.8349.8
Hex719C621C02527681732
Octal16123414234045471502762
Binary1110001100111001100010111000100101100111110100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,156,98); }

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

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

 a { background-color: rgb(113,156,98); }

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

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

 span { border-color: rgb(113,156,98); }

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