#98A47A

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

Shades of Sage #98A47A

Tints of Sage #98A47A

Color information

#98A47A (or 0x98A47A) is unknown color: approx Sage. HEX triplet: 98, A4 and 7A. RGB value is (152,164,122). Sum of RGB (Red+Green+Blue) = 152+164+122=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #98A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A47A is #675B85. Grayscale: #9B9B9B. Windows color (decimal): -6773638 or 8037528. OLE color: 8037528.

HSL color Cylindrical-coordinate representation of color #98A47A: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98A47A is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB152164122-
CMYK0.0700.260.36
HSL77.14º18.75%56.08%-
HSV(B)77.14º25.61%64.31%-
XYZ29.7434.6323.53-
YUV155.62109.02125.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 122 (48.05% from 255) = 27.85%
R=34.70%
G=37.44%
B=27.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521641220.0700.260.3677.1418.7556.08
Hex98A47A701A244d1338
Octal2302441727032441152370
Binary10011000101001001111010111011010100100100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,164,122); }

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

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

 a { background-color: rgb(152,164,122); }

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

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

 span { border-color: rgb(152,164,122); }

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