Html Css Color HEX #989F74 Sage

📋 copy color: '#989F74'

red 152 ◦ green 159 ◦ blue 116

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

Shades of Sage #989F74

Tints of Sage #989F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 35.6%
G = 37.24%
B = 27.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#989F74 (or 0x989F74) is known color: Sage. HEX triplet: 98, 9F and 74. RGB value is (152,159,116). Sum of RGB (Red+Green+Blue) = 152+159+116=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #989F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F74 is #67608B. Grayscale: #989898. Windows color (decimal): -6774924 or 7643032. OLE color: 7643032.

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

Color convert

RGB 152 159 116 -
CMYK 0.04 0 0.27 0.38
HSL 69.77º 0.18% 0.54% -
HSV(B) 69.77º 0.27% 0.62% -
XYZ 28.5 32.73 21.34 -
YUV 152.01 107.68 128 -
System Red Green Blue C M Y K H S L
Decimal 152 159 116 0.04 0 0.27 0.38 69.77 0.18 0.54
Hex 98 9F 74 4 0 1B 26 46 12 36
Octal 230 237 164 4 0 33 46 106 22 66
Binary 10011000 10011111 1110100 100 0 11011 100110 1000110 10010 110110

Color Harmonies of #989F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989F74

Black with #989F74

Text Example


Text Example

White with #989F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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