Html Css Color HEX #80AF7D Amulet

📋 copy color: '#80AF7D'

red 128 ◦ green 175 ◦ blue 125

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

Shades of Amulet #80AF7D

Tints of Amulet #80AF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 29.91%
G = 40.89%
B = 29.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#80AF7D (or 0x80AF7D) is known color: Amulet. HEX triplet: 80, AF and 7D. RGB value is (128,175,125). Sum of RGB (Red+Green+Blue) = 128+175+125=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80AF7D is #7F5082. Grayscale: #9B9B9B. Windows color (decimal): -8343683 or 8236928. OLE color: 8236928.

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

Color convert

RGB 128 175 125 -
CMYK 0.27 0 0.29 0.31
HSL 116.4º 0.24% 0.59% -
HSV(B) 116.4º 0.29% 0.69% -
XYZ 27.93 36.73 25.02 -
YUV 155.25 110.93 108.57 -
System Red Green Blue C M Y K H S L
Decimal 128 175 125 0.27 0 0.29 0.31 116.4 0.24 0.59
Hex 80 AF 7D 1B 0 1D 1F 74 18 3B
Octal 200 257 175 33 0 35 37 164 30 73
Binary 10000000 10101111 1111101 11011 0 11101 11111 1110100 11000 111011

Color Harmonies of #80AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF7D

Black with #80AF7D

Text Example


Text Example

White with #80AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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