Html Css Color HEX #80B875 Amulet

📋 copy color: '#80B875'

red 128 ◦ green 184 ◦ blue 117

#80B875
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #80B875

Tints of Amulet #80B875

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 value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#80B875 (or 0x80B875) is known color: 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

RGB 128 184 117 -
CMYK 0.30 0 0.36 0.28
HSL 110.15º 0.32% 0.59% -
HSV(B) 110.15º 0.36% 0.72% -
XYZ 29.25 40.15 23.04 -
YUV 159.62 103.95 105.45 -
System Red Green Blue C M Y K H S L
Decimal 128 184 117 0.30 0 0.36 0.28 110.15 0.32 0.59
Hex 80 B8 75 1E 0 24 1C 6E 20 3B
Octal 200 270 165 36 0 44 34 156 40 73
Binary 10000000 10111000 1110101 11110 0 100100 11100 1101110 100000 111011

Color Harmonies of #80B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B875

Black with #80B875

Text Example


Text Example

White with #80B875

Text Example


Text Example

HTML Codes & Css Web 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>