#769E45

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

Shades of Asparagus #769E45

Tints of Asparagus #769E45

Color information

#769E45 (or 0x769E45) is unknown color: approx Asparagus. HEX triplet: 76, 9E and 45. RGB value is (118,158,69). Sum of RGB (Red+Green+Blue) = 118+158+69=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #769E45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769E45 is #8961BA. Grayscale: #888888. Windows color (decimal): -9003451 or 4562550. OLE color: 4562550.

HSL color Cylindrical-coordinate representation of color #769E45: hue angle of 86.97º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #769E45 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB11815869-
CMYK0.2500.560.38
HSL86.97º39.21%44.51%-
HSV(B)86.97º56.33%61.96%-
XYZ20.7728.7310.08-
YUV135.8990.25115.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 69 (27.34% from 255) = 20%
R=34.20%
G=45.80%
B=20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118158690.2500.560.3886.9739.2144.51
Hex769E45190382657272d
Octal16623610531070461274755
Binary11101101001111010001011100101110001001101010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,158,69); }

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

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

 a { background-color: rgb(118,158,69); }

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

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

 span { border-color: rgb(118,158,69); }

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