#769B46

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

Shades of Asparagus #769B46

Tints of Asparagus #769B46

Color information

#769B46 (or 0x769B46) is unknown color: approx Asparagus. HEX triplet: 76, 9B and 46. RGB value is (118,155,70). Sum of RGB (Red+Green+Blue) = 118+155+70=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #769B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769B46 is #8964B9. Grayscale: #868686. Windows color (decimal): -9004218 or 4627318. OLE color: 4627318.

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

Color convert

RGB11815570-
CMYK0.2400.550.39
HSL86.12º37.78%44.12%-
HSV(B)86.12º54.84%60.78%-
XYZ20.327.7410.08-
YUV134.2591.74116.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 70 (27.73% from 255) = 20.41%
R=34.40%
G=45.19%
B=20.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118155700.2400.550.3986.1237.7844.12
Hex769B46180372756262c
Octal16623310630067471264654
Binary11101101001101110001101100001101111001111010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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