#98A67A

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

Shades of Sage #98A67A

Tints of Sage #98A67A

Color information

#98A67A (or 0x98A67A) is unknown color: approx Sage. HEX triplet: 98, A6 and 7A. RGB value is (152,166,122). Sum of RGB (Red+Green+Blue) = 152+166+122=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #98A67A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A67A is #675985. Grayscale: #9C9C9C. Windows color (decimal): -6773126 or 8038040. OLE color: 8038040.

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

Color convert

RGB152166122-
CMYK0.0800.270.35
HSL79.09º19.82%56.47%-
HSV(B)79.09º26.51%65.1%-
XYZ30.135.3523.65-
YUV156.8108.36124.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 166 (65.23% from 255) = 37.73%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=34.55%
G=37.73%
B=27.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521661220.0800.270.3579.0919.8256.47
Hex98A67A801B234f1438
Octal23024617210033431172470
Binary100110001010011011110101000011011100011100111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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