Html Css Color HEX #8F9576 Sage

📋 copy color: '#8F9576'

red 143 ◦ green 149 ◦ blue 118

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

Shades of Sage #8F9576

Tints of Sage #8F9576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

 BLUE value IS 118 (46.48% from 255) = 28.78%

R = 34.88%
G = 36.34%
B = 28.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#8F9576 (or 0x8F9576) is known color: Sage. HEX triplet: 8F, 95 and 76. RGB value is (143,149,118). Sum of RGB (Red+Green+Blue) = 143+149+118=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9576 is #706A89. Grayscale: #8F8F8F. Windows color (decimal): -7367306 or 7771535. OLE color: 7771535.

HSL color Cylindrical-coordinate representation of color #8F9576: hue angle of 71.61º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9576 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 118 -
CMYK 0.04 0 0.21 0.42
HSL 71.61º 0.13% 0.52% -
HSV(B) 71.61º 0.21% 0.58% -
XYZ 25.35 28.64 21.33 -
YUV 143.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 143 149 118 0.04 0 0.21 0.42 71.61 0.13 0.52
Hex 8F 95 76 4 0 15 2A 48 D 34
Octal 217 225 166 4 0 25 52 110 15 64
Binary 10001111 10010101 1110110 100 0 10101 101010 1001000 1101 110100

Color Harmonies of #8F9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9576

Black with #8F9576

Text Example


Text Example

White with #8F9576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,118); }

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

background-color css

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

 a { background-color: rgb(143,149,118); }

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

border-color css

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

 span { border-color: rgb(143,149,118); }

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