#759F54

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

Shades of Asparagus #759F54

Tints of Asparagus #759F54

Color information

#759F54 (or 0x759F54) is unknown color: approx Asparagus. HEX triplet: 75, 9F and 54. RGB value is (117,159,84). Sum of RGB (Red+Green+Blue) = 117+159+84=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 159 - color contains mainly: green. Hex color #759F54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759F54 is #8A60AB. Grayscale: #8A8A8A. Windows color (decimal): -9068716 or 5545845. OLE color: 5545845.

HSL color Cylindrical-coordinate representation of color #759F54: hue angle of 93.6º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #759F54 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB11715984-
CMYK0.2600.470.38
HSL93.6º30.86%47.65%-
HSV(B)93.6º47.17%62.35%-
XYZ21.3329.2212.9-
YUV137.8997.59113.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=32.5%
G=44.17%
B=23.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117159840.2600.470.3893.630.8647.65
Hex759F541A02F265e1f30
Octal16523712432057461363760
Binary1110101100111111010100110100101111100110101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759F54; }

 p { color: rgb(117,159,84); }

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

<style>
 a { background-color: #759F54; }

 a { background-color: rgb(117,159,84); }

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

<style>
 span { border-color: #759F54; }

 span { border-color: rgb(117,159,84); }

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