#759945

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

Shades of Asparagus #759945

Tints of Asparagus #759945

Color information

#759945 (or 0x759945) is unknown color: approx Asparagus. HEX triplet: 75, 99 and 45. RGB value is (117,153,69). Sum of RGB (Red+Green+Blue) = 117+153+69=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #759945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759945 is #8A66BA. Grayscale: #848484. Windows color (decimal): -9070267 or 4561269. OLE color: 4561269.

HSL color Cylindrical-coordinate representation of color #759945: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #759945 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB11715369-
CMYK0.2400.550.4
HSL85.71º37.84%43.53%-
HSV(B)85.71º54.9%60%-
XYZ19.826.999.8-
YUV132.6692.07116.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 153 (60.16% from 255) = 45.13%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=34.51%
G=45.13%
B=20.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117153690.2400.550.485.7137.8443.53
Hex759945180372856262c
Octal16523110530067501264654
Binary11101011001100110001011100001101111010001010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759945; }

 p { color: rgb(117,153,69); }

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

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

 a { background-color: rgb(117,153,69); }

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

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

 span { border-color: rgb(117,153,69); }

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