#75A45A

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

Shades of Asparagus #75A45A

Tints of Asparagus #75A45A

Color information

#75A45A (or 0x75A45A) is unknown color: approx Asparagus. HEX triplet: 75, A4 and 5A. RGB value is (117,164,90). Sum of RGB (Red+Green+Blue) = 117+164+90=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #75A45A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A45A is #8A5BA5. Grayscale: #8D8D8D. Windows color (decimal): -9067430 or 5940341. OLE color: 5940341.

HSL color Cylindrical-coordinate representation of color #75A45A: hue angle of 98.11º 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 #75A45A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB11716490-
CMYK0.2900.450.36
HSL98.11º29.13%49.8%-
HSV(B)98.11º45.12%64.31%-
XYZ22.4631.0714.49-
YUV141.5198.93110.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=31.54%
G=44.20%
B=24.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117164900.2900.450.3698.1129.1349.8
Hex75A45A1D02D24621d32
Octal16524413235055441423562
Binary1110101101001001011010111010101101100100110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A45A; }

 p { color: rgb(117,164,90); }

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

<style>
 a { background-color: #75A45A; }

 a { background-color: rgb(117,164,90); }

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

<style>
 span { border-color: #75A45A; }

 span { border-color: rgb(117,164,90); }

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