#98AA70

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

Shades of Sage #98AA70

Tints of Sage #98AA70

Color information

#98AA70 (or 0x98AA70) is unknown color: approx Sage. HEX triplet: 98, AA and 70. RGB value is (152,170,112). Sum of RGB (Red+Green+Blue) = 152+170+112=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AA70 is #67558F. Grayscale: #9E9E9E. Windows color (decimal): -6772112 or 7383704. OLE color: 7383704.

HSL color Cylindrical-coordinate representation of color #98AA70: hue angle of 78.62º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98AA70 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB152170112-
CMYK0.1100.340.33
HSL78.62º25.44%55.29%-
HSV(B)78.62º34.12%66.67%-
XYZ30.2536.5920.8-
YUV158.01102.04123.72-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 170 (66.80% from 255) = 39.17%
BLUE value IS 112 (44.14% from 255) = 25.81%
R=35.02%
G=39.17%
B=25.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701120.1100.340.3378.6225.4455.29
Hex98AA70B022214f1937
Octal23025216013042411173167
Binary1001100010101010111000010110100010100001100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,170,112); }

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

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

 a { background-color: rgb(152,170,112); }

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

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

 span { border-color: rgb(152,170,112); }

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