#7F984B

Color #7F984B Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Asparagus #7F984B

Tints of Asparagus #7F984B

Color information

#7F984B (or 0x7F984B) is unknown color: approx Asparagus. HEX triplet: 7F, 98 and 4B. RGB value is (127,152,75). Sum of RGB (Red+Green+Blue) = 127+152+75=354 (46% of max value = 765). Red value is 127 (50% from 255 or 35.88% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #7F984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F984B is #8067B4. Grayscale: #888888. Windows color (decimal): -8415157 or 4954239. OLE color: 4954239.

HSL color Cylindrical-coordinate representation of color #7F984B: hue angle of 79.48º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F984B is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB12715275-
CMYK0.1600.510.40
HSL79.48º33.92%44.51%-
HSV(B)79.48º50.66%59.61%-
XYZ21.2527.4810.84-
YUV135.7593.72121.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.88%
GREEN value IS 152 (59.77% from 255) = 42.94%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=35.88%
G=42.94%
B=21.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127152750.1600.510.4079.4833.9244.51
Hex7F984B10033284f222d
Octal17723011320063501174255
Binary11111111001100010010111000001100111010001001111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F984B; }

 p { color: rgb(127,152,75); }

 H1.HeaderClassName
 {
   color: #7F984B;
 }
 .AnyTagClassName
 {
   color: #7F984B;
 }
</style>
background-color css

<style>
 a { background-color: #7F984B; }

 a { background-color: rgb(127,152,75); }

 div.DivClassName
 {
   background-color: #7F984B;
 }
 .BgClassName
 {
   background-color: #7F984B;
 }
</style>
border-color css

<style>
 span { border-color: #7F984B; }

 span { border-color: rgb(127,152,75); }

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