#98A576

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

Shades of Sage #98A576

Tints of Sage #98A576

Color information

#98A576 (or 0x98A576) is unknown color: approx Sage. HEX triplet: 98, A5 and 76. RGB value is (152,165,118). Sum of RGB (Red+Green+Blue) = 152+165+118=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #98A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A576 is #675A89. Grayscale: #9B9B9B. Windows color (decimal): -6773386 or 7775640. OLE color: 7775640.

HSL color Cylindrical-coordinate representation of color #98A576: hue angle of 76.6º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98A576 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB152165118-
CMYK0.0800.280.35
HSL76.6º20.7%55.49%-
HSV(B)76.6º28.48%64.71%-
XYZ29.6734.8922.31-
YUV155.76106.69125.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=34.94%
G=37.93%
B=27.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521651180.0800.280.3576.620.755.49
Hex98A576801C234d1537
Octal23024516610034431152567
Binary100110001010010111101101000011100100011100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A576; }

 p { color: rgb(152,165,118); }

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

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

 a { background-color: rgb(152,165,118); }

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

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

 span { border-color: rgb(152,165,118); }

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