#769C53

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

Shades of Asparagus #769C53

Tints of Asparagus #769C53

Color information

#769C53 (or 0x769C53) is unknown color: approx Asparagus. HEX triplet: 76, 9C and 53. RGB value is (118,156,83). Sum of RGB (Red+Green+Blue) = 118+156+83=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #769C53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769C53 is #8963AC. Grayscale: #888888. Windows color (decimal): -9003949 or 5479542. OLE color: 5479542.

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

Color convert

RGB11815683-
CMYK0.2400.470.39
HSL91.23º30.54%46.86%-
HSV(B)91.23º46.79%61.18%-
XYZ20.9228.2512.53-
YUV136.3297.91114.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 83 (32.81% from 255) = 23.25%
R=33.05%
G=43.70%
B=23.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118156830.2400.470.3991.2330.5446.86
Hex769C531802F275b1f2f
Octal16623412330057471333757
Binary1110110100111001010011110000101111100111101101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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