#759754

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

Shades of Asparagus #759754

Tints of Asparagus #759754

Color information

#759754 (or 0x759754) is unknown color: approx Asparagus. HEX triplet: 75, 97 and 54. RGB value is (117,151,84). Sum of RGB (Red+Green+Blue) = 117+151+84=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #759754 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759754 is #8A68AB. Grayscale: #858585. Windows color (decimal): -9070764 or 5543797. OLE color: 5543797.

HSL color Cylindrical-coordinate representation of color #759754: hue angle of 90.45º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #759754 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB11715184-
CMYK0.2300.440.41
HSL90.45º28.51%46.08%-
HSV(B)90.45º44.37%59.22%-
XYZ2026.5612.46-
YUV133.2100.24116.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=33.24%
G=42.90%
B=23.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151840.2300.440.4190.4528.5146.08
Hex7597541702C295a1d2e
Octal16522712427054511323556
Binary1110101100101111010100101110101100101001101101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759754; }

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

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

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

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

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

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

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

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