Html Css Color HEX #98A17D Sage

📋 copy color: '#98A17D'

red 152 ◦ green 161 ◦ blue 125

#98A17D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sage #98A17D

Tints of Sage #98A17D

RGB

 RED value IS 152 (59.77% from 255) = 34.7%

 GREEN value IS 161 (63.28% from 255) = 36.76%

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 34.7%
G = 36.76%
B = 28.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#98A17D (or 0x98A17D) is known color: Sage. HEX triplet: 98, A1 and 7D. RGB value is (152,161,125). Sum of RGB (Red+Green+Blue) = 152+161+125=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 161 - color contains mainly: green. Hex color #98A17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A17D is #675E82. Grayscale: #9A9A9A. Windows color (decimal): -6774403 or 8233368. OLE color: 8233368.

HSL color Cylindrical-coordinate representation of color #98A17D: hue angle of 75º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98A17D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 152 161 125 -
CMYK 0.06 0 0.22 0.37
HSL 75º 0.16% 0.56% -
HSV(B) 75º 0.22% 0.63% -
XYZ 29.4 33.65 24.35 -
YUV 154.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 152 161 125 0.06 0 0.22 0.37 75 0.16 0.56
Hex 98 A1 7D 6 0 16 25 4B 10 38
Octal 230 241 175 6 0 26 45 113 20 70
Binary 10011000 10100001 1111101 110 0 10110 100101 1001011 10000 111000

Color Harmonies of #98A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A17D

Black with #98A17D

Text Example


Text Example

White with #98A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,161,125); }

 H1.HeaderClassName
 {
   color: #98A17D;
 }
 .AnyTagClassName
 {
   color: #98A17D;
 }
</style>

background-color css

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

 a { background-color: rgb(152,161,125); }

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

border-color css

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

 span { border-color: rgb(152,161,125); }

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