#74995E

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

Shades of Asparagus #74995E

Tints of Asparagus #74995E

Color information

#74995E (or 0x74995E) is unknown color: approx Asparagus. HEX triplet: 74, 99 and 5E. RGB value is (116,153,94). Sum of RGB (Red+Green+Blue) = 116+153+94=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #74995E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74995E is #8B66A1. Grayscale: #878787. Windows color (decimal): -9135778 or 6199668. OLE color: 6199668.

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

Color convert

RGB11615394-
CMYK0.2400.390.4
HSL97.63º23.89%48.43%-
HSV(B)97.63º38.56%60%-
XYZ20.6127.314.77-
YUV135.21104.74114.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.96%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=31.96%
G=42.15%
B=25.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153940.2400.390.497.6323.8948.43
Hex74995E1802728621830
Octal16423113630047501423060
Binary1110100100110011011110110000100111101000110001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74995E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74995E; }

 p { color: rgb(116,153,94); }

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

<style>
 a { background-color: #74995E; }

 a { background-color: rgb(116,153,94); }

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

<style>
 span { border-color: #74995E; }

 span { border-color: rgb(116,153,94); }

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