#75944A

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

Shades of Asparagus #75944A

Tints of Asparagus #75944A

Color information

#75944A (or 0x75944A) is unknown color: approx Asparagus. HEX triplet: 75, 94 and 4A. RGB value is (117,148,74). Sum of RGB (Red+Green+Blue) = 117+148+74=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #75944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75944A is #8A6BB5. Grayscale: #828282. Windows color (decimal): -9071542 or 4887669. OLE color: 4887669.

HSL color Cylindrical-coordinate representation of color #75944A: hue angle of 85.14º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75944A is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB11714874-
CMYK0.2100.500.42
HSL85.14º33.33%43.53%-
HSV(B)85.14º50%58.04%-
XYZ19.1625.4610.38-
YUV130.2996.23118.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=34.51%
G=43.66%
B=21.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117148740.2100.500.4285.1433.3343.53
Hex75944A150322A55212c
Octal16522411225062521254154
Binary11101011001010010010101010101100101010101010101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75944A; }

 p { color: rgb(117,148,74); }

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

<style>
 a { background-color: #75944A; }

 a { background-color: rgb(117,148,74); }

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

<style>
 span { border-color: #75944A; }

 span { border-color: rgb(117,148,74); }

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