#7D9852

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

Shades of Asparagus #7D9852

Tints of Asparagus #7D9852

Color information

#7D9852 (or 0x7D9852) is unknown color: approx Asparagus. HEX triplet: 7D, 98 and 52. RGB value is (125,152,82). Sum of RGB (Red+Green+Blue) = 125+152+82=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #7D9852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9852 is #8267AD. Grayscale: #888888. Windows color (decimal): -8546222 or 5412989. OLE color: 5412989.

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

Color convert

RGB12515282-
CMYK0.1800.460.40
HSL83.14º29.91%45.88%-
HSV(B)83.14º46.05%59.61%-
XYZ21.2127.4312.16-
YUV135.9597.55120.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.82%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=34.82%
G=42.34%
B=22.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal125152820.1800.460.4083.1429.9145.88
Hex7D98521202E28531e2e
Octal17523012222056501233656
Binary1111101100110001010010100100101110101000101001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,152,82); }

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

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

 a { background-color: rgb(125,152,82); }

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

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

 span { border-color: rgb(125,152,82); }

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