#98A676

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

Shades of Sage #98A676

Tints of Sage #98A676

Color information

#98A676 (or 0x98A676) is unknown color: approx Sage. HEX triplet: 98, A6 and 76. RGB value is (152,166,118). Sum of RGB (Red+Green+Blue) = 152+166+118=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 166 - color contains mainly: green. Hex color #98A676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A676 is #675989. Grayscale: #9C9C9C. Windows color (decimal): -6773130 or 7775896. OLE color: 7775896.

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

Color convert

RGB152166118-
CMYK0.0800.290.35
HSL77.5º21.24%55.69%-
HSV(B)77.5º28.92%65.1%-
XYZ29.8635.2622.37-
YUV156.34106.36124.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 166 (65.23% from 255) = 38.07%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=34.86%
G=38.07%
B=27.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521661180.0800.290.3577.521.2455.69
Hex98A676801D234e1538
Octal23024616610035431162570
Binary100110001010011011101101000011101100011100111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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