#719765

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

Shades of Amulet #719765

Tints of Amulet #719765

Color information

#719765 (or 0x719765) is unknown color: approx Amulet. HEX triplet: 71, 97 and 65. RGB value is (113,151,101). Sum of RGB (Red+Green+Blue) = 113+151+101=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #719765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719765 is #8E689A. Grayscale: #868686. Windows color (decimal): -9332891 or 6657905. OLE color: 6657905.

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

Color convert

RGB113151101-
CMYK0.2500.330.41
HSL105.6º19.84%49.41%-
HSV(B)105.6º33.11%59.22%-
XYZ20.2326.5816.38-
YUV133.94109.41113.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=30.96%
G=41.37%
B=27.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1131511010.2500.330.41105.619.8449.41
Hex71976519021296a1431
Octal16122714531041511522461
Binary1110001100101111100101110010100001101001110101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719765; }

 p { color: rgb(113,151,101); }

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

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

 a { background-color: rgb(113,151,101); }

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

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

 span { border-color: rgb(113,151,101); }

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