#7F9E53

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

Shades of Asparagus #7F9E53

Tints of Asparagus #7F9E53

Color information

#7F9E53 (or 0x7F9E53) is unknown color: approx Asparagus. HEX triplet: 7F, 9E and 53. RGB value is (127,158,83). Sum of RGB (Red+Green+Blue) = 127+158+83=368 (48% of max value = 765). Red value is 127 (50% from 255 or 34.51% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #7F9E53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9E53 is #8061AC. Grayscale: #8C8C8C. Windows color (decimal): -8413613 or 5480063. OLE color: 5480063.

HSL color Cylindrical-coordinate representation of color #7F9E53: hue angle of 84.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7F9E53 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB12715883-
CMYK0.2000.470.38
HSL84.8º31.12%47.25%-
HSV(B)84.8º47.47%61.96%-
XYZ22.5429.5912.71-
YUV140.1895.73118.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.51%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=34.51%
G=42.93%
B=22.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal127158830.2000.470.3884.831.1247.25
Hex7F9E531402F26551f2f
Octal17723612324057461253757
Binary1111111100111101010011101000101111100110101010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,158,83); }

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

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

 a { background-color: rgb(127,158,83); }

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

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

 span { border-color: rgb(127,158,83); }

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