#75AA4B

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

Shades of Asparagus #75AA4B

Tints of Asparagus #75AA4B

Color information

#75AA4B (or 0x75AA4B) is unknown color: approx Asparagus. HEX triplet: 75, AA and 4B. RGB value is (117,170,75). Sum of RGB (Red+Green+Blue) = 117+170+75=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AA4B is #8A55B4. Grayscale: #8F8F8F. Windows color (decimal): -9065909 or 4958837. OLE color: 4958837.

HSL color Cylindrical-coordinate representation of color #75AA4B: hue angle of 93.47º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75AA4B is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB11717075-
CMYK0.3100.560.33
HSL93.47º38.78%48.04%-
HSV(B)93.47º55.88%66.67%-
XYZ22.9833.0411.82-
YUV143.3289.44109.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=32.32%
G=46.96%
B=20.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117170750.3100.560.3393.4738.7848.04
Hex75AA4B1F038215d2730
Octal16525211337070411354760
Binary11101011010101010010111111101110001000011011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,170,75); }

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

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

 a { background-color: rgb(117,170,75); }

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

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

 span { border-color: rgb(117,170,75); }

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