Html Css Color HEX #80AF69 Amulet

📋 copy color: '#80AF69'

red 128 ◦ green 175 ◦ blue 105

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

Shades of Amulet #80AF69

Tints of Amulet #80AF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 31.37%
G = 42.89%
B = 25.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#80AF69 (or 0x80AF69) is known color: Amulet. HEX triplet: 80, AF and 69. RGB value is (128,175,105). Sum of RGB (Red+Green+Blue) = 128+175+105=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF69 is #7F5096. Grayscale: #999999. Windows color (decimal): -8343703 or 6926208. OLE color: 6926208.

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

Color convert

RGB 128 175 105 -
CMYK 0.27 0 0.40 0.31
HSL 100.29º 0.3% 0.55% -
HSV(B) 100.29º 0.4% 0.69% -
XYZ 26.78 36.27 18.95 -
YUV 152.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 128 175 105 0.27 0 0.40 0.31 100.29 0.3 0.55
Hex 80 AF 69 1B 0 28 1F 64 1E 37
Octal 200 257 151 33 0 50 37 144 36 67
Binary 10000000 10101111 1101001 11011 0 101000 11111 1100100 11110 110111

Color Harmonies of #80AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF69

Black with #80AF69

Text Example


Text Example

White with #80AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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