Html Css Color HEX #80A967 Asparagus

📋 copy color: '#80A967'

red 128 ◦ green 169 ◦ blue 103

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

Shades of Asparagus #80A967

Tints of Asparagus #80A967

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

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

R = 32%
G = 42.25%
B = 25.75%

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

#80A967 (or 0x80A967) is known color: Asparagus. HEX triplet: 80, A9 and 67. RGB value is (128,169,103). Sum of RGB (Red+Green+Blue) = 128+169+103=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 169 - color contains mainly: green. Hex color #80A967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A967 is #7F5698. Grayscale: #959595. Windows color (decimal): -8345241 or 6793600. OLE color: 6793600.

HSL color Cylindrical-coordinate representation of color #80A967: hue angle of 97.27º degrees, saturation: 0.28, 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 #80A967 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB 128 169 103 -
CMYK 0.24 0 0.39 0.34
HSL 97.27º 0.28% 0.53% -
HSV(B) 97.27º 0.39% 0.66% -
XYZ 25.54 33.94 18.04 -
YUV 149.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 128 169 103 0.24 0 0.39 0.34 97.27 0.28 0.53
Hex 80 A9 67 18 0 27 22 61 1C 35
Octal 200 251 147 30 0 47 42 141 34 65
Binary 10000000 10101001 1100111 11000 0 100111 100010 1100001 11100 110101

Color Harmonies of #80A967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A967

Black with #80A967

Text Example


Text Example

White with #80A967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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