#76A248

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

Shades of Asparagus #76A248

Tints of Asparagus #76A248

Color information

#76A248 (or 0x76A248) is unknown color: approx Asparagus. HEX triplet: 76, A2 and 48. RGB value is (118,162,72). Sum of RGB (Red+Green+Blue) = 118+162+72=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #76A248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A248 is #895DB7. Grayscale: #8A8A8A. Windows color (decimal): -9002424 or 4760182. OLE color: 4760182.

HSL color Cylindrical-coordinate representation of color #76A248: hue angle of 89.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76A248 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB11816272-
CMYK0.2700.560.36
HSL89.33º38.46%45.88%-
HSV(B)89.33º55.56%63.53%-
XYZ21.5630.1610.82-
YUV138.5890.42113.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 162 (63.67% from 255) = 46.02%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=33.52%
G=46.02%
B=20.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162720.2700.560.3689.3338.4645.88
Hex76A2481B0382459262e
Octal16624211033070441314656
Binary11101101010001010010001101101110001001001011001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A248; }

 p { color: rgb(118,162,72); }

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

<style>
 a { background-color: #76A248; }

 a { background-color: rgb(118,162,72); }

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

<style>
 span { border-color: #76A248; }

 span { border-color: rgb(118,162,72); }

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