#76A55C

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

Shades of Asparagus #76A55C

Tints of Asparagus #76A55C

Color information

#76A55C (or 0x76A55C) is unknown color: approx Asparagus. HEX triplet: 76, A5 and 5C. RGB value is (118,165,92). Sum of RGB (Red+Green+Blue) = 118+165+92=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 165 - color contains mainly: green. Hex color #76A55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A55C is #895AA3. Grayscale: #8E8E8E. Windows color (decimal): -9001636 or 6071670. OLE color: 6071670.

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

Color convert

RGB11816592-
CMYK0.2800.440.35
HSL98.63º28.85%50.39%-
HSV(B)98.63º44.24%64.71%-
XYZ22.8631.5315.01-
YUV142.6299.43110.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 165 (64.84% from 255) = 44%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=31.47%
G=44%
B=24.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118165920.2800.440.3598.6328.8550.39
Hex76A55C1C02C23631d32
Octal16624513434054431433562
Binary1110110101001011011100111000101100100011110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,92); }

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

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

 a { background-color: rgb(118,165,92); }

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

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

 span { border-color: rgb(118,165,92); }

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