Html Css Color HEX #80AF6C Amulet

📋 copy color: '#80AF6C'

red 128 ◦ green 175 ◦ blue 108

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

Shades of Amulet #80AF6C

Tints of Amulet #80AF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.58%

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 31.14%
G = 42.58%
B = 26.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#80AF6C (or 0x80AF6C) is known color: Amulet. HEX triplet: 80, AF and 6C. RGB value is (128,175,108). Sum of RGB (Red+Green+Blue) = 128+175+108=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF6C is #7F5093. Grayscale: #999999. Windows color (decimal): -8343700 or 7122816. OLE color: 7122816.

HSL color Cylindrical-coordinate representation of color #80AF6C: hue angle of 102.09º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AF6C is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 108 -
CMYK 0.27 0 0.38 0.31
HSL 102.09º 0.3% 0.55% -
HSV(B) 102.09º 0.38% 0.69% -
XYZ 26.94 36.33 19.78 -
YUV 153.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 128 175 108 0.27 0 0.38 0.31 102.09 0.3 0.55
Hex 80 AF 6C 1B 0 26 1F 66 1E 37
Octal 200 257 154 33 0 46 37 146 36 67
Binary 10000000 10101111 1101100 11011 0 100110 11111 1100110 11110 110111

Color Harmonies of #80AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF6C

Black with #80AF6C

Text Example


Text Example

White with #80AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,108); }

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

background-color css

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

 a { background-color: rgb(128,175,108); }

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

border-color css

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

 span { border-color: rgb(128,175,108); }

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