#7F9850

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

Shades of Asparagus #7F9850

Tints of Asparagus #7F9850

Color information

#7F9850 (or 0x7F9850) is unknown color: approx Asparagus. HEX triplet: 7F, 98 and 50. RGB value is (127,152,80). Sum of RGB (Red+Green+Blue) = 127+152+80=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9850 is #8067AF. Grayscale: #888888. Windows color (decimal): -8415152 or 5281919. OLE color: 5281919.

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

Color convert

RGB12715280-
CMYK0.1600.470.40
HSL80.83º31.03%45.49%-
HSV(B)80.83º47.37%59.61%-
XYZ21.4327.5511.78-
YUV136.3296.22121.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=35.38%
G=42.34%
B=22.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127152800.1600.470.4080.8331.0345.49
Hex7F98501002F28511f2d
Octal17723012020057501213755
Binary1111111100110001010000100000101111101000101000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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