#75AF5A

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

Shades of Asparagus #75AF5A

Tints of Asparagus #75AF5A

Color information

#75AF5A (or 0x75AF5A) is unknown color: approx Asparagus. HEX triplet: 75, AF and 5A. RGB value is (117,175,90). Sum of RGB (Red+Green+Blue) = 117+175+90=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF5A is #8A50A5. Grayscale: #949494. Windows color (decimal): -9064614 or 5943157. OLE color: 5943157.

HSL color Cylindrical-coordinate representation of color #75AF5A: hue angle of 100.94º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75AF5A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB11717590-
CMYK0.3300.490.31
HSL100.94º34.69%51.96%-
HSV(B)100.94º48.57%68.63%-
XYZ24.5135.1815.17-
YUV147.9795.28105.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.63%
GREEN value IS 175 (68.75% from 255) = 45.81%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=30.63%
G=45.81%
B=23.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117175900.3300.490.31100.9434.6951.96
Hex75AF5A210311F652334
Octal16525713241061371454364
Binary11101011010111110110101000010110001111111100101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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