#76954F

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

Shades of Asparagus #76954F

Tints of Asparagus #76954F

Color information

#76954F (or 0x76954F) is unknown color: approx Asparagus. HEX triplet: 76, 95 and 4F. RGB value is (118,149,79). Sum of RGB (Red+Green+Blue) = 118+149+79=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #76954F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76954F is #896AB0. Grayscale: #848484. Windows color (decimal): -9005745 or 5215606. OLE color: 5215606.

HSL color Cylindrical-coordinate representation of color #76954F: hue angle of 86.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76954F is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB11814979-
CMYK0.2100.470.42
HSL86.57º30.7%44.71%-
HSV(B)86.57º46.98%58.43%-
XYZ19.6325.9111.36-
YUV131.7598.23118.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 79 (31.25% from 255) = 22.83%
R=34.10%
G=43.06%
B=22.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149790.2100.470.4286.5730.744.71
Hex76954F1502F2A571f2d
Octal16622511725057521273755
Binary1110110100101011001111101010101111101010101011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76954F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76954F; }

 p { color: rgb(118,149,79); }

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

<style>
 a { background-color: #76954F; }

 a { background-color: rgb(118,149,79); }

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

<style>
 span { border-color: #76954F; }

 span { border-color: rgb(118,149,79); }

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