#74985B

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

Shades of Asparagus #74985B

Tints of Asparagus #74985B

Color information

#74985B (or 0x74985B) is unknown color: approx Asparagus. HEX triplet: 74, 98 and 5B. RGB value is (116,152,91). Sum of RGB (Red+Green+Blue) = 116+152+91=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #74985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74985B is #8B67A4. Grayscale: #868686. Windows color (decimal): -9136037 or 6002804. OLE color: 6002804.

HSL color Cylindrical-coordinate representation of color #74985B: hue angle of 95.41º 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 #74985B is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB11615291-
CMYK0.2400.400.40
HSL95.41º25.1%47.65%-
HSV(B)95.41º40.13%59.61%-
XYZ20.3226.9214.02-
YUV134.28103.57114.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.31%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=32.31%
G=42.34%
B=25.35%

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
Decimal116152910.2400.400.4095.4125.147.65
Hex74985B18028285f1930
Octal16423013330050501373160
Binary1110100100110001011011110000101000101000101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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