#759858

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

Shades of Asparagus #759858

Tints of Asparagus #759858

Color information

#759858 (or 0x759858) is unknown color: approx Asparagus. HEX triplet: 75, 98 and 58. RGB value is (117,152,88). Sum of RGB (Red+Green+Blue) = 117+152+88=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #759858 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759858 is #8A67A7. Grayscale: #868686. Windows color (decimal): -9070504 or 5806197. OLE color: 5806197.

HSL color Cylindrical-coordinate representation of color #759858: hue angle of 92.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #759858 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB11715288-
CMYK0.2300.420.40
HSL92.81º26.67%47.06%-
HSV(B)92.81º42.11%59.61%-
XYZ20.3326.9413.36-
YUV134.24101.9115.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 152 (59.77% from 255) = 42.58%
BLUE value IS 88 (34.77% from 255) = 24.65%
R=32.77%
G=42.58%
B=24.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152880.2300.420.4092.8126.6747.06
Hex7598581702A285d1b2f
Octal16523013027052501353357
Binary1110101100110001011000101110101010101000101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759858; }

 p { color: rgb(117,152,88); }

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

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

 a { background-color: rgb(117,152,88); }

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

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

 span { border-color: rgb(117,152,88); }

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