Html Css Color HEX #979F85 Sage

📋 copy color: '#979F85'

red 151 ◦ green 159 ◦ blue 133

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

Shades of Sage #979F85

Tints of Sage #979F85

RGB

 RED value IS 151 (59.38% from 255) = 34.09%

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

 BLUE value IS 133 (52.34% from 255) = 30.02%

R = 34.09%
G = 35.89%
B = 30.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#979F85 (or 0x979F85) is known color: Sage. HEX triplet: 97, 9F and 85. RGB value is (151,159,133). Sum of RGB (Red+Green+Blue) = 151+159+133=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 159 - color contains mainly: green. Hex color #979F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979F85 is #68607A. Grayscale: #999999. Windows color (decimal): -6840443 or 8757143. OLE color: 8757143.

HSL color Cylindrical-coordinate representation of color #979F85: hue angle of 78.46º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979F85 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 159 133 -
CMYK 0.05 0 0.16 0.38
HSL 78.46º 0.12% 0.57% -
HSV(B) 78.46º 0.16% 0.62% -
XYZ 29.39 33.07 27.02 -
YUV 153.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 151 159 133 0.05 0 0.16 0.38 78.46 0.12 0.57
Hex 97 9F 85 5 0 10 26 4E C 39
Octal 227 237 205 5 0 20 46 116 14 71
Binary 10010111 10011111 10000101 101 0 10000 100110 1001110 1100 111001

Color Harmonies of #979F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F85

Black with #979F85

Text Example


Text Example

White with #979F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979F85; }

 p { color: rgb(151,159,133); }

 H1.HeaderClassName
 {
   color: #979F85;
 }
 .AnyTagClassName
 {
   color: #979F85;
 }
</style>

background-color css

<style>
 a { background-color: #979F85; }

 a { background-color: rgb(151,159,133); }

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

border-color css

<style>
 span { border-color: #979F85; }

 span { border-color: rgb(151,159,133); }

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