Html Css Color HEX #989D7D Sage

📋 copy color: '#989D7D'

red 152 ◦ green 157 ◦ blue 125

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

Shades of Sage #989D7D

Tints of Sage #989D7D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.18%

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

R = 35.02%
G = 36.18%
B = 28.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#989D7D (or 0x989D7D) is known color: Sage. HEX triplet: 98, 9D and 7D. RGB value is (152,157,125). Sum of RGB (Red+Green+Blue) = 152+157+125=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 157 - color contains mainly: green. Hex color #989D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D7D is #676282. Grayscale: #979797. Windows color (decimal): -6775427 or 8232344. OLE color: 8232344.

HSL color Cylindrical-coordinate representation of color #989D7D: hue angle of 69.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #989D7D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 125 -
CMYK 0.03 0 0.20 0.38
HSL 69.38º 0.14% 0.55% -
HSV(B) 69.38º 0.2% 0.62% -
XYZ 28.71 32.27 24.12 -
YUV 151.86 112.84 128.1 -
System Red Green Blue C M Y K H S L
Decimal 152 157 125 0.03 0 0.20 0.38 69.38 0.14 0.55
Hex 98 9D 7D 3 0 14 26 45 E 37
Octal 230 235 175 3 0 24 46 105 16 67
Binary 10011000 10011101 1111101 11 0 10100 100110 1000101 1110 110111

Color Harmonies of #989D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D7D

Black with #989D7D

Text Example


Text Example

White with #989D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989D7D; }

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

 H1.HeaderClassName
 {
   color: #989D7D;
 }
 .AnyTagClassName
 {
   color: #989D7D;
 }
</style>

background-color css

<style>
 a { background-color: #989D7D; }

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

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

border-color css

<style>
 span { border-color: #989D7D; }

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

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