#76A35A

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

Shades of Asparagus #76A35A

Tints of Asparagus #76A35A

Color information

#76A35A (or 0x76A35A) is unknown color: approx Asparagus. HEX triplet: 76, A3 and 5A. RGB value is (118,163,90). Sum of RGB (Red+Green+Blue) = 118+163+90=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #76A35A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A35A is #895CA5. Grayscale: #8D8D8D. Windows color (decimal): -9002150 or 5940086. OLE color: 5940086.

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

Color convert

RGB11816390-
CMYK0.2800.450.36
HSL96.99º28.85%49.61%-
HSV(B)96.99º44.79%63.92%-
XYZ22.4130.7814.43-
YUV141.2299.09111.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 163 (64.06% from 255) = 43.94%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=31.81%
G=43.94%
B=24.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118163900.2800.450.3696.9928.8549.61
Hex76A35A1C02D24611d32
Octal16624313234055441413562
Binary1110110101000111011010111000101101100100110000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,90); }

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

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

 a { background-color: rgb(118,163,90); }

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

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

 span { border-color: rgb(118,163,90); }

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