#769946

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

Shades of Asparagus #769946

Tints of Asparagus #769946

Color information

#769946 (or 0x769946) is unknown color: approx Asparagus. HEX triplet: 76, 99 and 46. RGB value is (118,153,70). Sum of RGB (Red+Green+Blue) = 118+153+70=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 153 - color contains mainly: green. Hex color #769946 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769946 is #8966B9. Grayscale: #858585. Windows color (decimal): -9004730 or 4626806. OLE color: 4626806.

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

Color convert

RGB11815370-
CMYK0.2300.540.4
HSL85.3º37.22%43.73%-
HSV(B)85.3º54.25%60%-
XYZ19.9727.089.97-
YUV133.0792.4117.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 153 (60.16% from 255) = 44.87%
BLUE value IS 70 (27.73% from 255) = 20.53%
R=34.60%
G=44.87%
B=20.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153700.2300.540.485.337.2243.73
Hex769946170362855252c
Octal16623110627066501254554
Binary11101101001100110001101011101101101010001010101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769946; }

 p { color: rgb(118,153,70); }

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

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

 a { background-color: rgb(118,153,70); }

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

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

 span { border-color: rgb(118,153,70); }

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