#75A254

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

Shades of Asparagus #75A254

Tints of Asparagus #75A254

Color information

#75A254 (or 0x75A254) is unknown color: approx Asparagus. HEX triplet: 75, A2 and 54. RGB value is (117,162,84). Sum of RGB (Red+Green+Blue) = 117+162+84=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #75A254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A254 is #8A5DAB. Grayscale: #8B8B8B. Windows color (decimal): -9067948 or 5546613. OLE color: 5546613.

HSL color Cylindrical-coordinate representation of color #75A254: hue angle of 94.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75A254 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB11716284-
CMYK0.2800.480.36
HSL94.62º31.71%48.24%-
HSV(B)94.62º48.15%63.53%-
XYZ21.8630.2613.08-
YUV139.6596.59111.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=32.23%
G=44.63%
B=23.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117162840.2800.480.3694.6231.7148.24
Hex75A2541C030245f2030
Octal16524212434060441374060
Binary11101011010001010101001110001100001001001011111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,162,84); }

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

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

 a { background-color: rgb(117,162,84); }

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

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

 span { border-color: rgb(117,162,84); }

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