#75A54D

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

Shades of Asparagus #75A54D

Tints of Asparagus #75A54D

Color information

#75A54D (or 0x75A54D) is unknown color: approx Asparagus. HEX triplet: 75, A5 and 4D. RGB value is (117,165,77). Sum of RGB (Red+Green+Blue) = 117+165+77=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #75A54D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A54D is #8A5AB2. Grayscale: #8C8C8C. Windows color (decimal): -9067187 or 5088629. OLE color: 5088629.

HSL color Cylindrical-coordinate representation of color #75A54D: hue angle of 92.73º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75A54D is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB11716577-
CMYK0.2900.530.35
HSL92.73º36.36%47.45%-
HSV(B)92.73º53.33%64.71%-
XYZ22.1331.2311.88-
YUV140.6292.1111.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=32.59%
G=45.96%
B=21.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165770.2900.530.3592.7336.3647.45
Hex75A54D1D035235d242f
Octal16524511535065431354457
Binary11101011010010110011011110101101011000111011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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