#789752

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

Shades of Asparagus #789752

Tints of Asparagus #789752

Color information

#789752 (or 0x789752) is unknown color: approx Asparagus. HEX triplet: 78, 97 and 52. RGB value is (120,151,82). Sum of RGB (Red+Green+Blue) = 120+151+82=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #789752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789752 is #8768AD. Grayscale: #868686. Windows color (decimal): -8874158 or 5412728. OLE color: 5412728.

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

Color convert

RGB12015182-
CMYK0.2100.460.41
HSL86.96º29.61%45.69%-
HSV(B)86.96º45.7%59.22%-
XYZ20.3426.7412.07-
YUV133.8698.73118.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 151 (59.38% from 255) = 42.78%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=33.99%
G=42.78%
B=23.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal120151820.2100.460.4186.9629.6145.69
Hex7897521502E29571e2e
Octal17022712225056511273656
Binary1111000100101111010010101010101110101001101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789752; }

 p { color: rgb(120,151,82); }

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

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

 a { background-color: rgb(120,151,82); }

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

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

 span { border-color: rgb(120,151,82); }

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