#769B62

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

Shades of Asparagus #769B62

Tints of Asparagus #769B62

Color information

#769B62 (or 0x769B62) is unknown color: approx Asparagus. HEX triplet: 76, 9B and 62. RGB value is (118,155,98). Sum of RGB (Red+Green+Blue) = 118+155+98=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #769B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769B62 is #89649D. Grayscale: #898989. Windows color (decimal): -9004190 or 6462326. OLE color: 6462326.

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

Color convert

RGB11815598-
CMYK0.2400.370.39
HSL98.95º22.53%49.61%-
HSV(B)98.95º36.77%60.78%-
XYZ21.428.1815.87-
YUV137.44105.74114.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 155 (60.94% from 255) = 41.78%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=31.81%
G=41.78%
B=26.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118155980.2400.370.3998.9522.5349.61
Hex769B621802527631732
Octal16623314230045471432762
Binary1110110100110111100010110000100101100111110001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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