#719668

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

Shades of Amulet #719668

Tints of Amulet #719668

Color information

#719668 (or 0x719668) is unknown color: approx Amulet. HEX triplet: 71, 96 and 68. RGB value is (113,150,104). Sum of RGB (Red+Green+Blue) = 113+150+104=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 150 - color contains mainly: green. Hex color #719668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719668 is #8E6997. Grayscale: #858585. Windows color (decimal): -9333144 or 6854257. OLE color: 6854257.

HSL color Cylindrical-coordinate representation of color #719668: hue angle of 108.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719668 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB113150104-
CMYK0.2500.310.41
HSL108.26º18.11%49.8%-
HSV(B)108.26º30.67%58.82%-
XYZ20.2226.3217.11-
YUV133.69111.24113.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=30.79%
G=40.87%
B=28.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131501040.2500.310.41108.2618.1149.8
Hex7196681901F296c1232
Octal16122615031037511542262
Binary111000110010110110100011001011111101001110110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719668; }

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

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

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

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

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

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

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

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