#75995A

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

Shades of Asparagus #75995A

Tints of Asparagus #75995A

Color information

#75995A (or 0x75995A) is unknown color: approx Asparagus. HEX triplet: 75, 99 and 5A. RGB value is (117,153,90). Sum of RGB (Red+Green+Blue) = 117+153+90=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #75995A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75995A is #8A66A5. Grayscale: #878787. Windows color (decimal): -9070246 or 5937525. OLE color: 5937525.

HSL color Cylindrical-coordinate representation of color #75995A: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75995A is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB11715390-
CMYK0.2400.410.4
HSL94.29º25.93%47.65%-
HSV(B)94.29º41.18%60%-
XYZ20.5727.313.86-
YUV135.05102.57115.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 153 (60.16% from 255) = 42.5%
BLUE value IS 90 (35.55% from 255) = 25%
R=32.5%
G=42.5%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153900.2400.410.494.2925.9347.65
Hex75995A18029285e1a30
Octal16523113230051501363260
Binary1110101100110011011010110000101001101000101111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75995A; }

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

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

<style>
 a { background-color: #75995A; }

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

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

<style>
 span { border-color: #75995A; }

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

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