#769551

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

Shades of Asparagus #769551

Tints of Asparagus #769551

Color information

#769551 (or 0x769551) is unknown color: approx Asparagus. HEX triplet: 76, 95 and 51. RGB value is (118,149,81). Sum of RGB (Red+Green+Blue) = 118+149+81=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #769551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769551 is #896AAE. Grayscale: #848484. Windows color (decimal): -9005743 or 5346678. OLE color: 5346678.

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

Color convert

RGB11814981-
CMYK0.2100.460.42
HSL87.35º29.57%45.1%-
HSV(B)87.35º45.64%58.43%-
XYZ19.725.9411.75-
YUV131.9899.23118.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=33.91%
G=42.82%
B=23.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149810.2100.460.4287.3529.5745.1
Hex7695511502E2A571e2d
Octal16622512125056521273655
Binary1110110100101011010001101010101110101010101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769551; }

 p { color: rgb(118,149,81); }

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

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

 a { background-color: rgb(118,149,81); }

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

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

 span { border-color: rgb(118,149,81); }

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