#80B875

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

Shades of Amulet #80B875

Tints of Amulet #80B875

Color information

#80B875 (or 0x80B875) is unknown color: approx Amulet. HEX triplet: 80, B8 and 75. RGB value is (128,184,117). Sum of RGB (Red+Green+Blue) = 128+184+117=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #80B875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B875 is #7F478A. Grayscale: #9F9F9F. Windows color (decimal): -8341387 or 7714944. OLE color: 7714944.

HSL color Cylindrical-coordinate representation of color #80B875: hue angle of 110.15º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80B875 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB128184117-
CMYK0.3000.360.28
HSL110.15º32.06%59.02%-
HSV(B)110.15º36.41%72.16%-
XYZ29.2540.1523.04-
YUV159.62103.95105.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 184 (72.27% from 255) = 42.89%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=29.84%
G=42.89%
B=27.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1281841170.3000.360.28110.1532.0659.02
Hex80B8751E0241C6e203b
Octal20027016536044341564073
Binary10000000101110001110101111100100100111001101110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B875; }

 p { color: rgb(128,184,117); }

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

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

 a { background-color: rgb(128,184,117); }

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

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

 span { border-color: rgb(128,184,117); }

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