#719C68

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

Shades of Amulet #719C68

Tints of Amulet #719C68

Color information

#719C68 (or 0x719C68) is unknown color: approx Amulet. HEX triplet: 71, 9C and 68. RGB value is (113,156,104). Sum of RGB (Red+Green+Blue) = 113+156+104=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #719C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C68 is #8E6397. Grayscale: #898989. Windows color (decimal): -9331608 or 6855793. OLE color: 6855793.

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

Color convert

RGB113156104-
CMYK0.2800.330.39
HSL109.62º20.8%50.98%-
HSV(B)109.62º33.33%61.18%-
XYZ21.228.2917.44-
YUV137.21109.25110.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 156 (61.33% from 255) = 41.82%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=30.29%
G=41.82%
B=27.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131561040.2800.330.39109.6220.850.98
Hex719C681C021276e1533
Octal16123415034041471562563
Binary1110001100111001101000111000100001100111110111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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