#7F9752

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

Shades of Asparagus #7F9752

Tints of Asparagus #7F9752

Color information

#7F9752 (or 0x7F9752) is unknown color: approx Asparagus. HEX triplet: 7F, 97 and 52. RGB value is (127,151,82). Sum of RGB (Red+Green+Blue) = 127+151+82=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #7F9752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9752 is #8068AD. Grayscale: #888888. Windows color (decimal): -8415406 or 5412735. OLE color: 5412735.

HSL color Cylindrical-coordinate representation of color #7F9752: hue angle of 80.87º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F9752 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB12715182-
CMYK0.1600.460.41
HSL80.87º29.61%45.69%-
HSV(B)80.87º45.7%59.22%-
XYZ21.3427.2512.12-
YUV135.9697.55121.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.28%
GREEN value IS 151 (59.38% from 255) = 41.94%
BLUE value IS 82 (32.42% from 255) = 22.78%
R=35.28%
G=41.94%
B=22.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127151820.1600.460.4180.8729.6145.69
Hex7F97521002E29511e2e
Octal17722712220056511213656
Binary1111111100101111010010100000101110101001101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,151,82); }

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

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

 a { background-color: rgb(127,151,82); }

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

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

 span { border-color: rgb(127,151,82); }

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