Html Css Color HEX #989F77 Sage

📋 copy color: '#989F77'

red 152 ◦ green 159 ◦ blue 119

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

Shades of Sage #989F77

Tints of Sage #989F77

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.98%

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 35.35%
G = 36.98%
B = 27.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#989F77 (or 0x989F77) is known color: Sage. HEX triplet: 98, 9F and 77. RGB value is (152,159,119). Sum of RGB (Red+Green+Blue) = 152+159+119=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 159 - color contains mainly: green. Hex color #989F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F77 is #676088. Grayscale: #989898. Windows color (decimal): -6774921 or 7839640. OLE color: 7839640.

HSL color Cylindrical-coordinate representation of color #989F77: hue angle of 70.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989F77 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 159 119 -
CMYK 0.04 0 0.25 0.38
HSL 70.5º 0.17% 0.55% -
HSV(B) 70.5º 0.25% 0.62% -
XYZ 28.68 32.8 22.27 -
YUV 152.35 109.18 127.75 -
System Red Green Blue C M Y K H S L
Decimal 152 159 119 0.04 0 0.25 0.38 70.5 0.17 0.55
Hex 98 9F 77 4 0 19 26 46 11 37
Octal 230 237 167 4 0 31 46 106 21 67
Binary 10011000 10011111 1110111 100 0 11001 100110 1000110 10001 110111

Color Harmonies of #989F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989F77

Black with #989F77

Text Example


Text Example

White with #989F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,159,119); }

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

background-color css

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

 a { background-color: rgb(152,159,119); }

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

border-color css

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

 span { border-color: rgb(152,159,119); }

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