#98A77C

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

Shades of Sage #98A77C

Tints of Sage #98A77C

Color information

#98A77C (or 0x98A77C) is unknown color: approx Sage. HEX triplet: 98, A7 and 7C. RGB value is (152,167,124). Sum of RGB (Red+Green+Blue) = 152+167+124=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 167 - color contains mainly: green. Hex color #98A77C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A77C is #675883. Grayscale: #9D9D9D. Windows color (decimal): -6772868 or 8169368. OLE color: 8169368.

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

Color convert

RGB152167124-
CMYK0.0900.260.35
HSL80.93º19.63%57.06%-
HSV(B)80.93º25.75%65.49%-
XYZ30.4135.7724.37-
YUV157.61109.03124-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=34.31%
G=37.70%
B=27.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521671240.0900.260.3580.9319.6357.06
Hex98A77C901A23511439
Octal23024717411032431212471
Binary100110001010011111111001001011010100011101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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