#75A04E

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

Shades of Asparagus #75A04E

Tints of Asparagus #75A04E

Color information

#75A04E (or 0x75A04E) is unknown color: approx Asparagus. HEX triplet: 75, A0 and 4E. RGB value is (117,160,78). Sum of RGB (Red+Green+Blue) = 117+160+78=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #75A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A04E is #8A5FB1. Grayscale: #8A8A8A. Windows color (decimal): -9068466 or 5152885. OLE color: 5152885.

HSL color Cylindrical-coordinate representation of color #75A04E: hue angle of 91.46º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75A04E is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB11716078-
CMYK0.2700.510.37
HSL91.46º34.45%46.67%-
HSV(B)91.46º51.25%62.75%-
XYZ21.2829.4711.78-
YUV137.7994.25113.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 78 (30.86% from 255) = 21.97%
R=32.96%
G=45.07%
B=21.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117160780.2700.510.3791.4634.4546.67
Hex75A04E1B033255b222f
Octal16524011633063451334257
Binary11101011010000010011101101101100111001011011011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,160,78); }

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

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

 a { background-color: rgb(117,160,78); }

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

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

 span { border-color: rgb(117,160,78); }

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