#769F51

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

Shades of Asparagus #769F51

Tints of Asparagus #769F51

Color information

#769F51 (or 0x769F51) is unknown color: approx Asparagus. HEX triplet: 76, 9F and 51. RGB value is (118,159,81). Sum of RGB (Red+Green+Blue) = 118+159+81=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 159 - color contains mainly: green. Hex color #769F51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F51 is #8960AE. Grayscale: #8A8A8A. Windows color (decimal): -9003183 or 5349238. OLE color: 5349238.

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

Color convert

RGB11815981-
CMYK0.2600.490.38
HSL91.54º32.5%47.06%-
HSV(B)91.54º49.06%62.35%-
XYZ21.3529.2412.3-
YUV137.8595.92113.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 81 (32.03% from 255) = 22.63%
R=32.96%
G=44.41%
B=22.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118159810.2600.490.3891.5432.547.06
Hex769F511A031265c202f
Octal16623712132061461344057
Binary11101101001111110100011101001100011001101011100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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