#75AD4D

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

Shades of Asparagus #75AD4D

Tints of Asparagus #75AD4D

Color information

#75AD4D (or 0x75AD4D) is unknown color: approx Asparagus. HEX triplet: 75, AD and 4D. RGB value is (117,173,77). Sum of RGB (Red+Green+Blue) = 117+173+77=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD4D is #8A52B2. Grayscale: #919191. Windows color (decimal): -9065139 or 5090677. OLE color: 5090677.

HSL color Cylindrical-coordinate representation of color #75AD4D: hue angle of 95º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75AD4D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB11717377-
CMYK0.3200.550.32
HSL95º38.4%49.02%-
HSV(B)95º55.49%67.84%-
XYZ23.6234.212.38-
YUV145.3189.45107.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 173 (67.97% from 255) = 47.14%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=31.88%
G=47.14%
B=20.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117173770.3200.550.329538.449.02
Hex75AD4D20037205f2631
Octal16525511540067401374661
Binary111010110101101100110110000001101111000001011111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,173,77); }

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

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

 a { background-color: rgb(117,173,77); }

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

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

 span { border-color: rgb(117,173,77); }

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