Html Css Color HEX #80964E Asparagus

📋 copy color: '#80964E'

red 128 ◦ green 150 ◦ blue 78

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

Shades of Asparagus #80964E

Tints of Asparagus #80964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 35.96%
G = 42.13%
B = 21.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#80964E (or 0x80964E) is known color: Asparagus. HEX triplet: 80, 96 and 4E. RGB value is (128,150,78). Sum of RGB (Red+Green+Blue) = 128+150+78=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #80964E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80964E is #7F69B1. Grayscale: #878787. Windows color (decimal): -8350130 or 5150336. OLE color: 5150336.

HSL color Cylindrical-coordinate representation of color #80964E: hue angle of 78.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80964E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 78 -
CMYK 0.15 0 0.48 0.41
HSL 78.33º 0.32% 0.45% -
HSV(B) 78.33º 0.48% 0.59% -
XYZ 21.18 26.95 11.29 -
YUV 135.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 128 150 78 0.15 0 0.48 0.41 78.33 0.32 0.45
Hex 80 96 4E F 0 30 29 4E 20 2D
Octal 200 226 116 17 0 60 51 116 40 55
Binary 10000000 10010110 1001110 1111 0 110000 101001 1001110 100000 101101

Color Harmonies of #80964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80964E

Black with #80964E

Text Example


Text Example

White with #80964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80964E; }

 p { color: rgb(128,150,78); }

 H1.HeaderClassName
 {
   color: #80964E;
 }
 .AnyTagClassName
 {
   color: #80964E;
 }
</style>

background-color css

<style>
 a { background-color: #80964E; }

 a { background-color: rgb(128,150,78); }

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

border-color css

<style>
 span { border-color: #80964E; }

 span { border-color: rgb(128,150,78); }

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