Html Css Color HEX #989D7E Sage

📋 copy color: '#989D7E'

red 152 ◦ green 157 ◦ blue 126

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

Shades of Sage #989D7E

Tints of Sage #989D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.97%

R = 34.94%
G = 36.09%
B = 28.97%

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

#989D7E (or 0x989D7E) is known color: Sage. HEX triplet: 98, 9D and 7E. RGB value is (152,157,126). Sum of RGB (Red+Green+Blue) = 152+157+126=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #989D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D7E is #676281. Grayscale: #989898. Windows color (decimal): -6775426 or 8297880. OLE color: 8297880.

HSL color Cylindrical-coordinate representation of color #989D7E: hue angle of 69.68º 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 #989D7E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 126 -
CMYK 0.03 0 0.20 0.38
HSL 69.68º 0.14% 0.55% -
HSV(B) 69.68º 0.2% 0.62% -
XYZ 28.77 32.3 24.46 -
YUV 151.97 113.34 128.02 -
System Red Green Blue C M Y K H S L
Decimal 152 157 126 0.03 0 0.20 0.38 69.68 0.14 0.55
Hex 98 9D 7E 3 0 14 26 46 E 37
Octal 230 235 176 3 0 24 46 106 16 67
Binary 10011000 10011101 1111110 11 0 10100 100110 1000110 1110 110111

Color Harmonies of #989D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D7E

Black with #989D7E

Text Example


Text Example

White with #989D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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