#719E68

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

Shades of Amulet #719E68

Tints of Amulet #719E68

Color information

#719E68 (or 0x719E68) is unknown color: approx Amulet. HEX triplet: 71, 9E and 68. RGB value is (113,158,104). Sum of RGB (Red+Green+Blue) = 113+158+104=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #719E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E68 is #8E6197. Grayscale: #8A8A8A. Windows color (decimal): -9331096 or 6856305. OLE color: 6856305.

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

Color convert

RGB113158104-
CMYK0.2800.340.38
HSL110º21.77%51.37%-
HSV(B)110º34.18%61.96%-
XYZ21.5428.9617.55-
YUV138.39108.59109.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.13%
GREEN value IS 158 (62.11% from 255) = 42.13%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=30.13%
G=42.13%
B=27.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131581040.2800.340.3811021.7751.37
Hex719E681C022266e1633
Octal16123615034042461562663
Binary1110001100111101101000111000100010100110110111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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