Html Css Color HEX #80A868 Asparagus

📋 copy color: '#80A868'

red 128 ◦ green 168 ◦ blue 104

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

Shades of Asparagus #80A868

Tints of Asparagus #80A868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26%

R = 32%
G = 42%
B = 26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.34

RGB Variations

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

Color information

#80A868 (or 0x80A868) is known color: Asparagus. HEX triplet: 80, A8 and 68. RGB value is (128,168,104). Sum of RGB (Red+Green+Blue) = 128+168+104=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #80A868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A868 is #7F5797. Grayscale: #949494. Windows color (decimal): -8345496 or 6858880. OLE color: 6858880.

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

Color convert

RGB 128 168 104 -
CMYK 0.24 0 0.38 0.34
HSL 97.5º 0.27% 0.53% -
HSV(B) 97.5º 0.38% 0.66% -
XYZ 25.4 33.59 18.24 -
YUV 148.74 102.75 113.2 -
System Red Green Blue C M Y K H S L
Decimal 128 168 104 0.24 0 0.38 0.34 97.5 0.27 0.53
Hex 80 A8 68 18 0 26 22 62 1B 35
Octal 200 250 150 30 0 46 42 142 33 65
Binary 10000000 10101000 1101000 11000 0 100110 100010 1100010 11011 110101

Color Harmonies of #80A868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A868

Black with #80A868

Text Example


Text Example

White with #80A868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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