Html Css Color HEX #80A867 Asparagus

📋 copy color: '#80A867'

red 128 ◦ green 168 ◦ blue 103

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

Shades of Asparagus #80A867

Tints of Asparagus #80A867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 25.81%

R = 32.08%
G = 42.11%
B = 25.81%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.39

 K value IS 0.34

RGB Variations

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

Color information

#80A867 (or 0x80A867) is known color: Asparagus. HEX triplet: 80, A8 and 67. RGB value is (128,168,103). Sum of RGB (Red+Green+Blue) = 128+168+103=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #80A867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A867 is #7F5798. Grayscale: #949494. Windows color (decimal): -8345497 or 6793344. OLE color: 6793344.

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

Color convert

RGB 128 168 103 -
CMYK 0.24 0 0.39 0.34
HSL 96.92º 0.27% 0.53% -
HSV(B) 96.92º 0.39% 0.66% -
XYZ 25.35 33.57 17.98 -
YUV 148.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 128 168 103 0.24 0 0.39 0.34 96.92 0.27 0.53
Hex 80 A8 67 18 0 27 22 61 1B 35
Octal 200 250 147 30 0 47 42 141 33 65
Binary 10000000 10101000 1100111 11000 0 100111 100010 1100001 11011 110101

Color Harmonies of #80A867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A867

Black with #80A867

Text Example


Text Example

White with #80A867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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