#769B51

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

Shades of Asparagus #769B51

Tints of Asparagus #769B51

Color information

#769B51 (or 0x769B51) is unknown color: approx Asparagus. HEX triplet: 76, 9B and 51. RGB value is (118,155,81). Sum of RGB (Red+Green+Blue) = 118+155+81=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 155 - color contains mainly: green. Hex color #769B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B51 is #8964AE. Grayscale: #878787. Windows color (decimal): -9004207 or 5348214. OLE color: 5348214.

HSL color Cylindrical-coordinate representation of color #769B51: hue angle of 90º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #769B51 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB11815581-
CMYK0.2400.480.39
HSL90º31.36%46.27%-
HSV(B)90º47.74%60.78%-
XYZ20.6827.8912.08-
YUV135.597.24115.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 43.79%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=33.33%
G=43.79%
B=22.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118155810.2400.480.399031.3646.27
Hex769B5118030275a1f2e
Octal16623312130060471323756
Binary1110110100110111010001110000110000100111101101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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