#719F68

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

Shades of Amulet #719F68

Tints of Amulet #719F68

Color information

#719F68 (or 0x719F68) is unknown color: approx Amulet. HEX triplet: 71, 9F and 68. RGB value is (113,159,104). Sum of RGB (Red+Green+Blue) = 113+159+104=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #719F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F68 is #8E6097. Grayscale: #8B8B8B. Windows color (decimal): -9330840 or 6856561. OLE color: 6856561.

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

Color convert

RGB113159104-
CMYK0.2900.350.38
HSL110.18º22.27%51.57%-
HSV(B)110.18º34.59%62.35%-
XYZ21.7129.3117.61-
YUV138.98108.26109.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=30.05%
G=42.29%
B=27.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591040.2900.350.38110.1822.2751.57
Hex719F681D023266e1634
Octal16123715035043461562664
Binary1110001100111111101000111010100011100110110111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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