#75994D

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

Shades of Asparagus #75994D

Tints of Asparagus #75994D

Color information

#75994D (or 0x75994D) is unknown color: approx Asparagus. HEX triplet: 75, 99 and 4D. RGB value is (117,153,77). Sum of RGB (Red+Green+Blue) = 117+153+77=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 153 (60.16% from 255 or 44.09% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 153 - color contains mainly: green. Hex color #75994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75994D is #8A66B2. Grayscale: #858585. Windows color (decimal): -9070259 or 5085557. OLE color: 5085557.

HSL color Cylindrical-coordinate representation of color #75994D: hue angle of 88.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75994D is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB11715377-
CMYK0.2400.500.4
HSL88.42º33.04%45.1%-
HSV(B)88.42º49.67%60%-
XYZ20.0727.111.19-
YUV133.5796.07116.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 153 (60.16% from 255) = 44.09%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=33.72%
G=44.09%
B=22.19%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153770.2400.500.488.4233.0445.1
Hex75994D180322858212d
Octal16523111530062501304155
Binary11101011001100110011011100001100101010001011000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75994D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75994D; }

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

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

<style>
 a { background-color: #75994D; }

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

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

<style>
 span { border-color: #75994D; }

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

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