Html Css Color HEX #80AB6D Amulet

📋 copy color: '#80AB6D'

red 128 ◦ green 171 ◦ blue 109

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

Shades of Amulet #80AB6D

Tints of Amulet #80AB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 31.37%
G = 41.91%
B = 26.72%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#80AB6D (or 0x80AB6D) is known color: Amulet. HEX triplet: 80, AB and 6D. RGB value is (128,171,109). Sum of RGB (Red+Green+Blue) = 128+171+109=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AB6D is #7F5492. Grayscale: #979797. Windows color (decimal): -8344723 or 7187328. OLE color: 7187328.

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

Color convert

RGB 128 171 109 -
CMYK 0.25 0 0.36 0.33
HSL 101.61º 0.27% 0.55% -
HSV(B) 101.61º 0.36% 0.67% -
XYZ 26.23 34.82 19.81 -
YUV 151.08 104.25 111.54 -
System Red Green Blue C M Y K H S L
Decimal 128 171 109 0.25 0 0.36 0.33 101.61 0.27 0.55
Hex 80 AB 6D 19 0 24 21 66 1B 37
Octal 200 253 155 31 0 44 41 146 33 67
Binary 10000000 10101011 1101101 11001 0 100100 100001 1100110 11011 110111

Color Harmonies of #80AB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB6D

Black with #80AB6D

Text Example


Text Example

White with #80AB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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