#75A453

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

Shades of Asparagus #75A453

Tints of Asparagus #75A453

Color information

#75A453 (or 0x75A453) is unknown color: approx Asparagus. HEX triplet: 75, A4 and 53. RGB value is (117,164,83). Sum of RGB (Red+Green+Blue) = 117+164+83=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #75A453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A453 is #8A5BAC. Grayscale: #8C8C8C. Windows color (decimal): -9067437 or 5481589. OLE color: 5481589.

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

Color convert

RGB11716483-
CMYK0.2900.490.36
HSL94.81º32.79%48.43%-
HSV(B)94.81º49.39%64.31%-
XYZ22.1730.9612.99-
YUV140.7195.43111.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=32.14%
G=45.05%
B=22.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117164830.2900.490.3694.8132.7948.43
Hex75A4531D031245f2130
Octal16524412335061441374160
Binary11101011010010010100111110101100011001001011111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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