#76954E

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

Shades of Asparagus #76954E

Tints of Asparagus #76954E

Color information

#76954E (or 0x76954E) is unknown color: approx Asparagus. HEX triplet: 76, 95 and 4E. RGB value is (118,149,78). Sum of RGB (Red+Green+Blue) = 118+149+78=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #76954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76954E is #896AB1. Grayscale: #838383. Windows color (decimal): -9005746 or 5150070. OLE color: 5150070.

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

Color convert

RGB11814978-
CMYK0.2100.480.42
HSL86.2º31.28%44.51%-
HSV(B)86.2º47.65%58.43%-
XYZ19.5925.911.17-
YUV131.6497.73118.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=34.20%
G=43.19%
B=22.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149780.2100.480.4286.231.2844.51
Hex76954E150302A561f2d
Octal16622511625060521263755
Binary1110110100101011001110101010110000101010101011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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