Html Css Color HEX #80A75E Asparagus

📋 copy color: '#80A75E'

red 128 ◦ green 167 ◦ blue 94

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

Shades of Asparagus #80A75E

Tints of Asparagus #80A75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 94 (37.11% from 255) = 24.16%

R = 32.9%
G = 42.93%
B = 24.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#80A75E (or 0x80A75E) is known color: Asparagus. HEX triplet: 80, A7 and 5E. RGB value is (128,167,94). Sum of RGB (Red+Green+Blue) = 128+167+94=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #80A75E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80A75E is #7F58A1. Grayscale: #939393. Windows color (decimal): -8345762 or 6203264. OLE color: 6203264.

HSL color Cylindrical-coordinate representation of color #80A75E: hue angle of 92.05º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80A75E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 128 167 94 -
CMYK 0.23 0 0.44 0.35
HSL 92.05º 0.29% 0.51% -
HSV(B) 92.05º 0.44% 0.65% -
XYZ 24.74 33.03 15.66 -
YUV 147.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 128 167 94 0.23 0 0.44 0.35 92.05 0.29 0.51
Hex 80 A7 5E 17 0 2C 23 5C 1D 33
Octal 200 247 136 27 0 54 43 134 35 63
Binary 10000000 10100111 1011110 10111 0 101100 100011 1011100 11101 110011

Color Harmonies of #80A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A75E

Black with #80A75E

Text Example


Text Example

White with #80A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,167,94); }

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

background-color css

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

 a { background-color: rgb(128,167,94); }

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

border-color css

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

 span { border-color: rgb(128,167,94); }

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