#7C9952

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

Shades of Asparagus #7C9952

Tints of Asparagus #7C9952

Color information

#7C9952 (or 0x7C9952) is unknown color: approx Asparagus. HEX triplet: 7C, 99 and 52. RGB value is (124,153,82). Sum of RGB (Red+Green+Blue) = 124+153+82=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9952 is #8366AD. Grayscale: #888888. Windows color (decimal): -8611502 or 5413244. OLE color: 5413244.

HSL color Cylindrical-coordinate representation of color #7C9952: hue angle of 84.51º 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 #7C9952 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB12415382-
CMYK0.1900.460.4
HSL84.51º30.21%46.08%-
HSV(B)84.51º46.41%60%-
XYZ21.2327.6812.21-
YUV136.2497.39119.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=34.54%
G=42.62%
B=22.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124153820.1900.460.484.5130.2146.08
Hex7C99521302E28551e2e
Octal17423112223056501253656
Binary1111100100110011010010100110101110101000101010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,153,82); }

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

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

 a { background-color: rgb(124,153,82); }

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

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

 span { border-color: rgb(124,153,82); }

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