#73985B

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

Shades of Asparagus #73985B

Tints of Asparagus #73985B

Color information

#73985B (or 0x73985B) is unknown color: approx Asparagus. HEX triplet: 73, 98 and 5B. RGB value is (115,152,91). Sum of RGB (Red+Green+Blue) = 115+152+91=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #73985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73985B is #8C67A4. Grayscale: #868686. Windows color (decimal): -9201573 or 6002803. OLE color: 6002803.

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

Color convert

RGB11515291-
CMYK0.2400.400.40
HSL96.39º25.1%47.65%-
HSV(B)96.39º40.13%59.61%-
XYZ20.1926.8614.02-
YUV133.98103.74114.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.12%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=32.12%
G=42.46%
B=25.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115152910.2400.400.4096.3925.147.65
Hex73985B1802828601930
Octal16323013330050501403160
Binary1110011100110001011011110000101000101000110000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73985B; }

 p { color: rgb(115,152,91); }

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

<style>
 a { background-color: #73985B; }

 a { background-color: rgb(115,152,91); }

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

<style>
 span { border-color: #73985B; }

 span { border-color: rgb(115,152,91); }

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