#7C9956

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

Shades of Asparagus #7C9956

Tints of Asparagus #7C9956

Color information

#7C9956 (or 0x7C9956) is unknown color: approx Asparagus. HEX triplet: 7C, 99 and 56. RGB value is (124,153,86). Sum of RGB (Red+Green+Blue) = 124+153+86=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #7C9956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9956 is #8366A9. Grayscale: #888888. Windows color (decimal): -8611498 or 5675388. OLE color: 5675388.

HSL color Cylindrical-coordinate representation of color #7C9956: hue angle of 85.97º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C9956 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB12415386-
CMYK0.1900.440.4
HSL85.97º28.03%46.86%-
HSV(B)85.97º43.79%60%-
XYZ21.3827.7413.03-
YUV136.6999.39118.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.16%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=34.16%
G=42.15%
B=23.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal124153860.1900.440.485.9728.0346.86
Hex7C99561302C28561c2f
Octal17423112623054501263457
Binary1111100100110011010110100110101100101000101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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