#719D67

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

Shades of Amulet #719D67

Tints of Amulet #719D67

Color information

#719D67 (or 0x719D67) is unknown color: approx Amulet. HEX triplet: 71, 9D and 67. RGB value is (113,157,103). Sum of RGB (Red+Green+Blue) = 113+157+103=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 157 - color contains mainly: green. Hex color #719D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D67 is #8E6298. Grayscale: #898989. Windows color (decimal): -9331353 or 6790513. OLE color: 6790513.

HSL color Cylindrical-coordinate representation of color #719D67: hue angle of 108.89º 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 #719D67 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB113157103-
CMYK0.2800.340.38
HSL108.89º21.6%50.98%-
HSV(B)108.89º34.39%61.57%-
XYZ21.3228.617.23-
YUV137.69108.42110.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.29%
GREEN value IS 157 (61.72% from 255) = 42.09%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=30.29%
G=42.09%
B=27.61%

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
Decimal1131571030.2800.340.38108.8921.650.98
Hex719D671C022266d1633
Octal16123514734042461552663
Binary1110001100111011100111111000100010100110110110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,157,103); }

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

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

 a { background-color: rgb(113,157,103); }

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

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

 span { border-color: rgb(113,157,103); }

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