#769F4A

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

Shades of Asparagus #769F4A

Tints of Asparagus #769F4A

Color information

#769F4A (or 0x769F4A) is unknown color: approx Asparagus. HEX triplet: 76, 9F and 4A. RGB value is (118,159,74). Sum of RGB (Red+Green+Blue) = 118+159+74=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #769F4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769F4A is #8960B5. Grayscale: #898989. Windows color (decimal): -9003190 or 4890486. OLE color: 4890486.

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

Color convert

RGB11815974-
CMYK0.2600.530.38
HSL88.94º36.48%45.69%-
HSV(B)88.94º53.46%62.35%-
XYZ21.1129.1410.99-
YUV137.0592.42114.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 74 (29.30% from 255) = 21.08%
R=33.62%
G=45.30%
B=21.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118159740.2600.530.3888.9436.4845.69
Hex769F4A1A0352659242e
Octal16623711232065461314456
Binary11101101001111110010101101001101011001101011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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