Html Css Color HEX #80AB75 Amulet

📋 copy color: '#80AB75'

red 128 ◦ green 171 ◦ blue 117

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

Shades of Amulet #80AB75

Tints of Amulet #80AB75

RGB

 RED value IS 128 (50.39% from 255) = 30.77%

 GREEN value IS 171 (67.19% from 255) = 41.11%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 30.77%
G = 41.11%
B = 28.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#80AB75 (or 0x80AB75) is known color: Amulet. HEX triplet: 80, AB and 75. RGB value is (128,171,117). Sum of RGB (Red+Green+Blue) = 128+171+117=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB75 is #7F548A. Grayscale: #989898. Windows color (decimal): -8344715 or 7711616. OLE color: 7711616.

HSL color Cylindrical-coordinate representation of color #80AB75: hue angle of 107.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80AB75 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 117 -
CMYK 0.25 0 0.32 0.33
HSL 107.78º 0.24% 0.56% -
HSV(B) 107.78º 0.32% 0.67% -
XYZ 26.68 35 22.18 -
YUV 151.99 108.25 110.89 -
System Red Green Blue C M Y K H S L
Decimal 128 171 117 0.25 0 0.32 0.33 107.78 0.24 0.56
Hex 80 AB 75 19 0 20 21 6C 18 38
Octal 200 253 165 31 0 40 41 154 30 70
Binary 10000000 10101011 1110101 11001 0 100000 100001 1101100 11000 111000

Color Harmonies of #80AB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB75

Black with #80AB75

Text Example


Text Example

White with #80AB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80AB75;
 }
 .AnyTagClassName
 {
   color: #80AB75;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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