#719F6E

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

Shades of Amulet #719F6E

Tints of Amulet #719F6E

Color information

#719F6E (or 0x719F6E) is unknown color: approx Amulet. HEX triplet: 71, 9F and 6E. RGB value is (113,159,110). Sum of RGB (Red+Green+Blue) = 113+159+110=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #719F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F6E is #8E6091. Grayscale: #8B8B8B. Windows color (decimal): -9330834 or 7249777. OLE color: 7249777.

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

Color convert

RGB113159110-
CMYK0.2900.310.38
HSL116.33º20.33%52.75%-
HSV(B)116.33º30.82%62.35%-
XYZ22.0229.4319.27-
YUV139.66111.26108.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=29.58%
G=41.62%
B=28.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131591100.2900.310.38116.3320.3352.75
Hex719F6E1D01F26741435
Octal16123715635037461642465
Binary111000110011111110111011101011111100110111010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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