#79964B

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

Shades of Asparagus #79964B

Tints of Asparagus #79964B

Color information

#79964B (or 0x79964B) is unknown color: approx Asparagus. HEX triplet: 79, 96 and 4B. RGB value is (121,150,75). Sum of RGB (Red+Green+Blue) = 121+150+75=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #79964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79964B is #8669B4. Grayscale: #858585. Windows color (decimal): -8808885 or 4953721. OLE color: 4953721.

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

Color convert

RGB12115075-
CMYK0.1900.50.41
HSL83.2º33.33%44.12%-
HSV(B)83.2º50%58.82%-
XYZ20.0626.3910.69-
YUV132.7895.39119.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 75 (29.69% from 255) = 21.68%
R=34.97%
G=43.35%
B=21.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal121150750.1900.50.4183.233.3344.12
Hex79964B130322953212c
Octal17122611323062511234154
Binary11110011001011010010111001101100101010011010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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