#719B66

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

Shades of Amulet #719B66

Tints of Amulet #719B66

Color information

#719B66 (or 0x719B66) is unknown color: approx Amulet. HEX triplet: 71, 9B and 66. RGB value is (113,155,102). Sum of RGB (Red+Green+Blue) = 113+155+102=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 102 (40.23% from 255 or 27.57% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #719B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719B66 is #8E6499. Grayscale: #888888. Windows color (decimal): -9331866 or 6724465. OLE color: 6724465.

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

Color convert

RGB113155102-
CMYK0.2700.340.39
HSL107.55º20.95%50.39%-
HSV(B)107.55º34.19%60.78%-
XYZ20.9327.9116.85-
YUV136.4108.59111.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.54%
GREEN value IS 155 (60.94% from 255) = 41.89%
BLUE value IS 102 (40.23% from 255) = 27.57%
R=30.54%
G=41.89%
B=27.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131551020.2700.340.39107.5520.9550.39
Hex719B661B022276c1532
Octal16123314633042471542562
Binary1110001100110111100110110110100010100111110110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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