Html Css Color HEX #8F9979 Sage

📋 copy color: '#8F9979'

red 143 ◦ green 153 ◦ blue 121

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

Shades of Sage #8F9979

Tints of Sage #8F9979

RGB

 RED value IS 143 (56.25% from 255) = 34.29%

 GREEN value IS 153 (60.16% from 255) = 36.69%

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 34.29%
G = 36.69%
B = 29.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#8F9979 (or 0x8F9979) is known color: Sage. HEX triplet: 8F, 99 and 79. RGB value is (143,153,121). Sum of RGB (Red+Green+Blue) = 143+153+121=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9979 is #706686. Grayscale: #929292. Windows color (decimal): -7366279 or 7969167. OLE color: 7969167.

HSL color Cylindrical-coordinate representation of color #8F9979: hue angle of 78.75º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9979 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 121 -
CMYK 0.07 0 0.21 0.4
HSL 78.75º 0.14% 0.54% -
HSV(B) 78.75º 0.21% 0.6% -
XYZ 26.17 30 22.5 -
YUV 146.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 143 153 121 0.07 0 0.21 0.4 78.75 0.14 0.54
Hex 8F 99 79 7 0 15 28 4F E 36
Octal 217 231 171 7 0 25 50 117 16 66
Binary 10001111 10011001 1111001 111 0 10101 101000 1001111 1110 110110

Color Harmonies of #8F9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9979

Black with #8F9979

Text Example


Text Example

White with #8F9979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F9979; }

 p { color: rgb(143,153,121); }

 H1.HeaderClassName
 {
   color: #8F9979;
 }
 .AnyTagClassName
 {
   color: #8F9979;
 }
</style>

background-color css

<style>
 a { background-color: #8F9979; }

 a { background-color: rgb(143,153,121); }

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

border-color css

<style>
 span { border-color: #8F9979; }

 span { border-color: rgb(143,153,121); }

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