#769C58

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

Shades of Asparagus #769C58

Tints of Asparagus #769C58

Color information

#769C58 (or 0x769C58) is unknown color: approx Asparagus. HEX triplet: 76, 9C and 58. RGB value is (118,156,88). Sum of RGB (Red+Green+Blue) = 118+156+88=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #769C58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C58 is #8963A7. Grayscale: #898989. Windows color (decimal): -9003944 or 5807222. OLE color: 5807222.

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

Color convert

RGB11815688-
CMYK0.2400.440.39
HSL93.53º27.87%47.84%-
HSV(B)93.53º43.59%61.18%-
XYZ21.1228.3313.59-
YUV136.89100.41114.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 88 (34.77% from 255) = 24.31%
R=32.60%
G=43.09%
B=24.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156880.2400.440.3993.5327.8747.84
Hex769C581802C275e1c30
Octal16623413030054471363460
Binary1110110100111001011000110000101100100111101111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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