#769F56

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

Shades of Asparagus #769F56

Tints of Asparagus #769F56

Color information

#769F56 (or 0x769F56) is unknown color: approx Asparagus. HEX triplet: 76, 9F and 56. RGB value is (118,159,86). Sum of RGB (Red+Green+Blue) = 118+159+86=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 159 - color contains mainly: green. Hex color #769F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F56 is #8960A9. Grayscale: #8A8A8A. Windows color (decimal): -9003178 or 5676918. OLE color: 5676918.

HSL color Cylindrical-coordinate representation of color #769F56: hue angle of 93.7º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769F56 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB11815986-
CMYK0.2600.460.38
HSL93.7º29.8%48.04%-
HSV(B)93.7º45.91%62.35%-
XYZ21.5529.3213.33-
YUV138.4298.42113.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 159 (62.5% from 255) = 43.80%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=32.51%
G=43.80%
B=23.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118159860.2600.460.3893.729.848.04
Hex769F561A02E265e1e30
Octal16623712632056461363660
Binary1110110100111111010110110100101110100110101111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769F56; }

 p { color: rgb(118,159,86); }

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

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

 a { background-color: rgb(118,159,86); }

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

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

 span { border-color: rgb(118,159,86); }

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