#769948

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

Shades of Asparagus #769948

Tints of Asparagus #769948

Color information

#769948 (or 0x769948) is unknown color: approx Asparagus. HEX triplet: 76, 99 and 48. RGB value is (118,153,72). Sum of RGB (Red+Green+Blue) = 118+153+72=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #769948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769948 is #8966B7. Grayscale: #858585. Windows color (decimal): -9004728 or 4757878. OLE color: 4757878.

HSL color Cylindrical-coordinate representation of color #769948: hue angle of 85.93º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #769948 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB11815372-
CMYK0.2300.530.4
HSL85.93º36%44.12%-
HSV(B)85.93º52.94%60%-
XYZ20.0327.110.31-
YUV133.393.4117.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=34.40%
G=44.61%
B=20.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153720.2300.530.485.933644.12
Hex769948170352856242c
Octal16623111027065501264454
Binary11101101001100110010001011101101011010001010110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769948; }

 p { color: rgb(118,153,72); }

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

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

 a { background-color: rgb(118,153,72); }

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

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

 span { border-color: rgb(118,153,72); }

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