#98A773

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

Shades of Sage #98A773

Tints of Sage #98A773

Color information

#98A773 (or 0x98A773) is unknown color: approx Sage. HEX triplet: 98, A7 and 73. RGB value is (152,167,115). Sum of RGB (Red+Green+Blue) = 152+167+115=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #98A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A773 is #67588C. Grayscale: #9C9C9C. Windows color (decimal): -6772877 or 7579544. OLE color: 7579544.

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

Color convert

RGB152167115-
CMYK0.0900.310.35
HSL77.31º22.81%55.29%-
HSV(B)77.31º31.14%65.49%-
XYZ29.8635.5521.51-
YUV156.59104.53124.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=35.02%
G=38.48%
B=26.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521671150.0900.310.3577.3122.8155.29
Hex98A773901F234d1737
Octal23024716311037431152767
Binary100110001010011111100111001011111100011100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,167,115); }

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

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

 a { background-color: rgb(152,167,115); }

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

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

 span { border-color: rgb(152,167,115); }

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