#719B62

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

Shades of Amulet #719B62

Tints of Amulet #719B62

Color information

#719B62 (or 0x719B62) is unknown color: approx Amulet. HEX triplet: 71, 9B and 62. RGB value is (113,155,98). Sum of RGB (Red+Green+Blue) = 113+155+98=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #719B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B62 is #8E649D. Grayscale: #888888. Windows color (decimal): -9331870 or 6462321. OLE color: 6462321.

HSL color Cylindrical-coordinate representation of color #719B62: hue angle of 104.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #719B62 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB11315598-
CMYK0.2700.370.39
HSL104.21º22.53%49.61%-
HSV(B)104.21º36.77%60.78%-
XYZ20.7427.8415.84-
YUV135.94106.59111.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 155 (60.94% from 255) = 42.35%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=30.87%
G=42.35%
B=26.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155980.2700.370.39104.2122.5349.61
Hex719B621B02527681732
Octal16123314233045471502762
Binary1110001100110111100010110110100101100111110100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,98); }

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

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

 a { background-color: rgb(113,155,98); }

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

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

 span { border-color: rgb(113,155,98); }

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