#76A74B

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

Shades of Asparagus #76A74B

Tints of Asparagus #76A74B

Color information

#76A74B (or 0x76A74B) is unknown color: approx Asparagus. HEX triplet: 76, A7 and 4B. RGB value is (118,167,75). Sum of RGB (Red+Green+Blue) = 118+167+75=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #76A74B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A74B is #8958B4. Grayscale: #8E8E8E. Windows color (decimal): -9001141 or 4958070. OLE color: 4958070.

HSL color Cylindrical-coordinate representation of color #76A74B: hue angle of 91.96º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76A74B is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB11816775-
CMYK0.2900.550.35
HSL91.96º38.02%47.45%-
HSV(B)91.96º55.09%65.49%-
XYZ22.563211.64-
YUV141.8690.27110.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 167 (65.62% from 255) = 46.39%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=32.78%
G=46.39%
B=20.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167750.2900.550.3591.9638.0247.45
Hex76A74B1D037235c262f
Octal16624711335067431344657
Binary11101101010011110010111110101101111000111011100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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