Html Css Color HEX #80A865 Asparagus

📋 copy color: '#80A865'

red 128 ◦ green 168 ◦ blue 101

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

Shades of Asparagus #80A865

Tints of Asparagus #80A865

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.32%

 BLUE value IS 101 (39.84% from 255) = 25.44%

R = 32.24%
G = 42.32%
B = 25.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#80A865 (or 0x80A865) is known color: Asparagus. HEX triplet: 80, A8 and 65. RGB value is (128,168,101). Sum of RGB (Red+Green+Blue) = 128+168+101=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #80A865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A865 is #7F579A. Grayscale: #949494. Windows color (decimal): -8345499 or 6662272. OLE color: 6662272.

HSL color Cylindrical-coordinate representation of color #80A865: hue angle of 95.82º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80A865 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 168 101 -
CMYK 0.24 0 0.40 0.34
HSL 95.82º 0.28% 0.53% -
HSV(B) 95.82º 0.4% 0.66% -
XYZ 25.25 33.53 17.45 -
YUV 148.4 101.25 113.45 -
System Red Green Blue C M Y K H S L
Decimal 128 168 101 0.24 0 0.40 0.34 95.82 0.28 0.53
Hex 80 A8 65 18 0 28 22 60 1C 35
Octal 200 250 145 30 0 50 42 140 34 65
Binary 10000000 10101000 1100101 11000 0 101000 100010 1100000 11100 110101

Color Harmonies of #80A865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A865

Black with #80A865

Text Example


Text Example

White with #80A865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,168,101); }

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

background-color css

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

 a { background-color: rgb(128,168,101); }

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

border-color css

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

 span { border-color: rgb(128,168,101); }

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