Html Css Color HEX #8F9B79 Sage

📋 copy color: '#8F9B79'

red 143 ◦ green 155 ◦ blue 121

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

Shades of Sage #8F9B79

Tints of Sage #8F9B79

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 34.13%
G = 36.99%
B = 28.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#8F9B79 (or 0x8F9B79) is known color: Sage. HEX triplet: 8F, 9B and 79. RGB value is (143,155,121). Sum of RGB (Red+Green+Blue) = 143+155+121=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B79 is #706486. Grayscale: #939393. Windows color (decimal): -7365767 or 7969679. OLE color: 7969679.

HSL color Cylindrical-coordinate representation of color #8F9B79: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F9B79 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 155 121 -
CMYK 0.08 0 0.22 0.39
HSL 81.18º 0.15% 0.54% -
HSV(B) 81.18º 0.22% 0.61% -
XYZ 26.5 30.66 22.61 -
YUV 147.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 143 155 121 0.08 0 0.22 0.39 81.18 0.15 0.54
Hex 8F 9B 79 8 0 16 27 51 F 36
Octal 217 233 171 10 0 26 47 121 17 66
Binary 10001111 10011011 1111001 1000 0 10110 100111 1010001 1111 110110

Color Harmonies of #8F9B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9B79

Black with #8F9B79

Text Example


Text Example

White with #8F9B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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