#819B7F

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

Shades of Amulet #819B7F

Tints of Amulet #819B7F

Color information

#819B7F (or 0x819B7F) is unknown color: approx Amulet. HEX triplet: 81, 9B and 7F. RGB value is (129,155,127). Sum of RGB (Red+Green+Blue) = 129+155+127=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 155 - color contains mainly: green. Hex color #819B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819B7F is #7E6480. Grayscale: #909090. Windows color (decimal): -8283265 or 8362881. OLE color: 8362881.

HSL color Cylindrical-coordinate representation of color #819B7F: hue angle of 115.71º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #819B7F is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB129155127-
CMYK0.1700.180.39
HSL115.71º12.28%55.29%-
HSV(B)115.71º18.06%60.78%-
XYZ24.6129.6424.5-
YUV144.03118.39117.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.39%
GREEN value IS 155 (60.94% from 255) = 37.71%
BLUE value IS 127 (50% from 255) = 30.90%
R=31.39%
G=37.71%
B=30.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1291551270.1700.180.39115.7112.2855.29
Hex819B7F110122774c37
Octal20123317721022471641467
Binary100000011001101111111111000101001010011111101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819B7F; }

 p { color: rgb(129,155,127); }

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

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

 a { background-color: rgb(129,155,127); }

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

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

 span { border-color: rgb(129,155,127); }

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