#98A570

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

Shades of Sage #98A570

Tints of Sage #98A570

Color information

#98A570 (or 0x98A570) is unknown color: approx Sage. HEX triplet: 98, A5 and 70. RGB value is (152,165,112). Sum of RGB (Red+Green+Blue) = 152+165+112=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 165 - color contains mainly: green. Hex color #98A570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A570 is #675A8F. Grayscale: #9B9B9B. Windows color (decimal): -6773392 or 7382424. OLE color: 7382424.

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

Color convert

RGB152165112-
CMYK0.0800.320.35
HSL74.72º22.75%54.31%-
HSV(B)74.72º32.12%64.71%-
XYZ29.3334.7620.49-
YUV155.07103.69125.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 165 (64.84% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=35.43%
G=38.46%
B=26.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521651120.0800.320.3574.7222.7554.31
Hex98A5708020234b1736
Octal23024516010040431132766
Binary1001100010100101111000010000100000100011100101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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