Html Css Color HEX #989E78 Sage

📋 copy color: '#989E78'

red 152 ◦ green 158 ◦ blue 120

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

Shades of Sage #989E78

Tints of Sage #989E78

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

 BLUE value IS 120 (47.27% from 255) = 27.91%

R = 35.35%
G = 36.74%
B = 27.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#989E78 (or 0x989E78) is known color: Sage. HEX triplet: 98, 9E and 78. RGB value is (152,158,120). Sum of RGB (Red+Green+Blue) = 152+158+120=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #989E78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E78 is #676187. Grayscale: #989898. Windows color (decimal): -6775176 or 7904920. OLE color: 7904920.

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

Color convert

RGB 152 158 120 -
CMYK 0.04 0 0.24 0.38
HSL 69.47º 0.16% 0.55% -
HSV(B) 69.47º 0.24% 0.62% -
XYZ 28.57 32.49 22.53 -
YUV 151.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 152 158 120 0.04 0 0.24 0.38 69.47 0.16 0.55
Hex 98 9E 78 4 0 18 26 45 10 37
Octal 230 236 170 4 0 30 46 105 20 67
Binary 10011000 10011110 1111000 100 0 11000 100110 1000101 10000 110111

Color Harmonies of #989E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989E78

Black with #989E78

Text Example


Text Example

White with #989E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,158,120); }

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

background-color css

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

 a { background-color: rgb(152,158,120); }

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

border-color css

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

 span { border-color: rgb(152,158,120); }

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