#79954B

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

Shades of Asparagus #79954B

Tints of Asparagus #79954B

Color information

#79954B (or 0x79954B) is unknown color: approx Asparagus. HEX triplet: 79, 95 and 4B. RGB value is (121,149,75). Sum of RGB (Red+Green+Blue) = 121+149+75=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #79954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79954B is #866AB4. Grayscale: #848484. Windows color (decimal): -8809141 or 4953465. OLE color: 4953465.

HSL color Cylindrical-coordinate representation of color #79954B: hue angle of 82.7º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79954B is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB12114975-
CMYK0.1900.500.42
HSL82.7º33.04%43.92%-
HSV(B)82.7º49.66%58.43%-
XYZ19.926.0710.64-
YUV132.1995.72120.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=35.07%
G=43.19%
B=21.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121149750.1900.500.4282.733.0443.92
Hex79954B130322A53212c
Octal17122511323062521234154
Binary11110011001010110010111001101100101010101010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79954B; }

 p { color: rgb(121,149,75); }

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

<style>
 a { background-color: #79954B; }

 a { background-color: rgb(121,149,75); }

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

<style>
 span { border-color: #79954B; }

 span { border-color: rgb(121,149,75); }

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