#76984B

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

Shades of Asparagus #76984B

Tints of Asparagus #76984B

Color information

#76984B (or 0x76984B) is unknown color: approx Asparagus. HEX triplet: 76, 98 and 4B. RGB value is (118,152,75). Sum of RGB (Red+Green+Blue) = 118+152+75=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 152 (59.77% from 255 or 44.06% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 152 - color contains mainly: green. Hex color #76984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76984B is #8967B4. Grayscale: #858585. Windows color (decimal): -9004981 or 4954230. OLE color: 4954230.

HSL color Cylindrical-coordinate representation of color #76984B: hue angle of 86.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76984B is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB11815275-
CMYK0.2200.510.40
HSL86.49º33.92%44.51%-
HSV(B)86.49º50.66%59.61%-
XYZ19.9726.8210.78-
YUV133.0695.24117.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 152 (59.77% from 255) = 44.06%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=34.20%
G=44.06%
B=21.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118152750.2200.510.4086.4933.9244.51
Hex76984B160332856222d
Octal16623011326063501264255
Binary11101101001100010010111011001100111010001010110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,152,75); }

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

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

 a { background-color: rgb(118,152,75); }

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

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

 span { border-color: rgb(118,152,75); }

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