#76A247

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

Shades of Asparagus #76A247

Tints of Asparagus #76A247

Color information

#76A247 (or 0x76A247) is unknown color: approx Asparagus. HEX triplet: 76, A2 and 47. RGB value is (118,162,71). Sum of RGB (Red+Green+Blue) = 118+162+71=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 162 - color contains mainly: green. Hex color #76A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A247 is #895DB8. Grayscale: #8A8A8A. Windows color (decimal): -9002425 or 4694646. OLE color: 4694646.

HSL color Cylindrical-coordinate representation of color #76A247: hue angle of 89.01º degrees, saturation: 0.39, 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 #76A247 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB11816271-
CMYK0.2700.560.36
HSL89.01º39.06%45.69%-
HSV(B)89.01º56.17%63.53%-
XYZ21.5330.1510.65-
YUV138.4789.92113.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 162 (63.67% from 255) = 46.15%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=33.62%
G=46.15%
B=20.23%

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
Decimal118162710.2700.560.3689.0139.0645.69
Hex76A2471B0382459272e
Octal16624210733070441314756
Binary11101101010001010001111101101110001001001011001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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