Html Css Color HEX #98A37F Sage

📋 copy color: '#98A37F'

red 152 ◦ green 163 ◦ blue 127

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

Shades of Sage #98A37F

Tints of Sage #98A37F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.88%

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

R = 34.39%
G = 36.88%
B = 28.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#98A37F (or 0x98A37F) is known color: Sage. HEX triplet: 98, A3 and 7F. RGB value is (152,163,127). Sum of RGB (Red+Green+Blue) = 152+163+127=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #98A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98A37F is #675C80. Grayscale: #9B9B9B. Windows color (decimal): -6773889 or 8364952. OLE color: 8364952.

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

Color convert

RGB 152 163 127 -
CMYK 0.07 0 0.22 0.36
HSL 78.33º 0.16% 0.57% -
HSV(B) 78.33º 0.22% 0.64% -
XYZ 29.88 34.4 25.14 -
YUV 155.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 152 163 127 0.07 0 0.22 0.36 78.33 0.16 0.57
Hex 98 A3 7F 7 0 16 24 4E 10 39
Octal 230 243 177 7 0 26 44 116 20 71
Binary 10011000 10100011 1111111 111 0 10110 100100 1001110 10000 111001

Color Harmonies of #98A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98A37F

Black with #98A37F

Text Example


Text Example

White with #98A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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