Html Css Color HEX #98A17F Sage

📋 copy color: '#98A17F'

red 152 ◦ green 161 ◦ blue 127

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

Shades of Sage #98A17F

Tints of Sage #98A17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.86%

R = 34.55%
G = 36.59%
B = 28.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#98A17F (or 0x98A17F) is known color: Sage. HEX triplet: 98, A1 and 7F. RGB value is (152,161,127). Sum of RGB (Red+Green+Blue) = 152+161+127=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #98A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A17F is #675E80. Grayscale: #9A9A9A. Windows color (decimal): -6774401 or 8364440. OLE color: 8364440.

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

Color convert

RGB 152 161 127 -
CMYK 0.06 0 0.21 0.37
HSL 75.88º 0.15% 0.56% -
HSV(B) 75.88º 0.21% 0.63% -
XYZ 29.52 33.7 25.03 -
YUV 154.43 112.52 126.26 -
System Red Green Blue C M Y K H S L
Decimal 152 161 127 0.06 0 0.21 0.37 75.88 0.15 0.56
Hex 98 A1 7F 6 0 15 25 4C F 38
Octal 230 241 177 6 0 25 45 114 17 70
Binary 10011000 10100001 1111111 110 0 10101 100101 1001100 1111 111000

Color Harmonies of #98A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A17F

Black with #98A17F

Text Example


Text Example

White with #98A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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