#74994B

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

Shades of Asparagus #74994B

Tints of Asparagus #74994B

Color information

#74994B (or 0x74994B) is unknown color: approx Asparagus. HEX triplet: 74, 99 and 4B. RGB value is (116,153,75). Sum of RGB (Red+Green+Blue) = 116+153+75=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #74994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74994B is #8B66B4. Grayscale: #858585. Windows color (decimal): -9135797 or 4954484. OLE color: 4954484.

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

Color convert

RGB11615375-
CMYK0.2400.510.4
HSL88.46º34.21%44.71%-
HSV(B)88.46º50.98%60%-
XYZ19.862710.82-
YUV133.0495.24115.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=33.72%
G=44.48%
B=21.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153750.2400.510.488.4634.2144.71
Hex74994B180332858222d
Octal16423111330063501304255
Binary11101001001100110010111100001100111010001011000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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