#749A4B

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

Shades of Asparagus #749A4B

Tints of Asparagus #749A4B

Color information

#749A4B (or 0x749A4B) is unknown color: approx Asparagus. HEX triplet: 74, 9A and 4B. RGB value is (116,154,75). Sum of RGB (Red+Green+Blue) = 116+154+75=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #749A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A4B is #8B65B4. Grayscale: #858585. Windows color (decimal): -9135541 or 4954740. OLE color: 4954740.

HSL color Cylindrical-coordinate representation of color #749A4B: hue angle of 88.86º 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 #749A4B is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB11615475-
CMYK0.2500.510.40
HSL88.86º34.5%44.9%-
HSV(B)88.86º51.3%60.39%-
XYZ20.0327.3310.88-
YUV133.6394.91115.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=33.62%
G=44.64%
B=21.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116154750.2500.510.4088.8634.544.9
Hex749A4B190332859222d
Octal16423211331063501314255
Binary11101001001101010010111100101100111010001011001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749A4B; }

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

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

<style>
 a { background-color: #749A4B; }

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

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

<style>
 span { border-color: #749A4B; }

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

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