#75944D

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

Shades of Asparagus #75944D

Tints of Asparagus #75944D

Color information

#75944D (or 0x75944D) is unknown color: approx Asparagus. HEX triplet: 75, 94 and 4D. RGB value is (117,148,77). Sum of RGB (Red+Green+Blue) = 117+148+77=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #75944D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75944D is #8A6BB2. Grayscale: #828282. Windows color (decimal): -9071539 or 5084277. OLE color: 5084277.

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

Color convert

RGB11714877-
CMYK0.2100.480.42
HSL86.2º31.56%44.12%-
HSV(B)86.2º47.97%58.04%-
XYZ19.2725.510.93-
YUV130.6497.73118.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=34.21%
G=43.27%
B=22.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117148770.2100.480.4286.231.5644.12
Hex75944D150302A56202c
Octal16522411525060521264054
Binary11101011001010010011011010101100001010101010110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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