#75A55C

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

Shades of Asparagus #75A55C

Tints of Asparagus #75A55C

Color information

#75A55C (or 0x75A55C) is unknown color: approx Asparagus. HEX triplet: 75, A5 and 5C. RGB value is (117,165,92). Sum of RGB (Red+Green+Blue) = 117+165+92=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 165 (64.84% from 255 or 44.12% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 165 - color contains mainly: green. Hex color #75A55C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A55C is #8A5AA3. Grayscale: #8E8E8E. Windows color (decimal): -9067172 or 6071669. OLE color: 6071669.

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

Color convert

RGB11716592-
CMYK0.2900.440.35
HSL99.45º28.85%50.39%-
HSV(B)99.45º44.24%64.71%-
XYZ22.7231.4615-
YUV142.3399.6109.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 165 (64.84% from 255) = 44.12%
BLUE value IS 92 (36.33% from 255) = 24.60%
R=31.28%
G=44.12%
B=24.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117165920.2900.440.3599.4528.8550.39
Hex75A55C1D02C23631d32
Octal16524513435054431433562
Binary1110101101001011011100111010101100100011110001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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