#7C944B

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

Shades of Asparagus #7C944B

Tints of Asparagus #7C944B

Color information

#7C944B (or 0x7C944B) is unknown color: approx Asparagus. HEX triplet: 7C, 94 and 4B. RGB value is (124,148,75). Sum of RGB (Red+Green+Blue) = 124+148+75=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 75 (29.69% from 255 or 21.61% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #7C944B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C944B is #836BB4. Grayscale: #848484. Windows color (decimal): -8612789 or 4953212. OLE color: 4953212.

HSL color Cylindrical-coordinate representation of color #7C944B: hue angle of 79.73º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C944B is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB12414875-
CMYK0.1600.490.42
HSL79.73º32.74%43.73%-
HSV(B)79.73º49.32%58.04%-
XYZ20.1725.9710.61-
YUV132.595.55121.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.73%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 75 (29.69% from 255) = 21.61%
R=35.73%
G=42.65%
B=21.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124148750.1600.490.4279.7332.7443.73
Hex7C944B100312A50212c
Octal17422411320061521204154
Binary11111001001010010010111000001100011010101010000100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C944B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,148,75); }

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

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

 a { background-color: rgb(124,148,75); }

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

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

 span { border-color: rgb(124,148,75); }

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