#759852

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

Shades of Asparagus #759852

Tints of Asparagus #759852

Color information

#759852 (or 0x759852) is unknown color: approx Asparagus. HEX triplet: 75, 98 and 52. RGB value is (117,152,82). Sum of RGB (Red+Green+Blue) = 117+152+82=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #759852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759852 is #8A67AD. Grayscale: #858585. Windows color (decimal): -9070510 or 5412981. OLE color: 5412981.

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

Color convert

RGB11715282-
CMYK0.2300.460.40
HSL90º29.91%45.88%-
HSV(B)90º46.05%59.61%-
XYZ20.0926.8512.11-
YUV133.5698.9116.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 152 (59.77% from 255) = 43.30%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=33.33%
G=43.30%
B=23.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117152820.2300.460.409029.9145.88
Hex7598521702E285a1e2e
Octal16523012227056501323656
Binary1110101100110001010010101110101110101000101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759852; }

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

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

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

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

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

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

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

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