#769C45

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

Shades of Asparagus #769C45

Tints of Asparagus #769C45

Color information

#769C45 (or 0x769C45) is unknown color: approx Asparagus. HEX triplet: 76, 9C and 45. RGB value is (118,156,69). Sum of RGB (Red+Green+Blue) = 118+156+69=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #769C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769C45 is #8963BA. Grayscale: #878787. Windows color (decimal): -9003963 or 4562038. OLE color: 4562038.

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

Color convert

RGB11815669-
CMYK0.2400.560.39
HSL86.21º38.67%44.12%-
HSV(B)86.21º55.77%61.18%-
XYZ20.4328.069.97-
YUV134.7290.91116.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 156 (61.33% from 255) = 45.48%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=34.40%
G=45.48%
B=20.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156690.2400.560.3986.2138.6744.12
Hex769C45180382756272c
Octal16623410530070471264754
Binary11101101001110010001011100001110001001111010110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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