Html Css Color HEX #8F9479 Sage

📋 copy color: '#8F9479'

red 143 ◦ green 148 ◦ blue 121

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

Shades of Sage #8F9479

Tints of Sage #8F9479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 34.71%
G = 35.92%
B = 29.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#8F9479 (or 0x8F9479) is known color: Sage. HEX triplet: 8F, 94 and 79. RGB value is (143,148,121). Sum of RGB (Red+Green+Blue) = 143+148+121=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9479 is #706B86. Grayscale: #8F8F8F. Windows color (decimal): -7367559 or 7967887. OLE color: 7967887.

HSL color Cylindrical-coordinate representation of color #8F9479: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9479 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 121 -
CMYK 0.03 0 0.18 0.42
HSL 71.11º 0.11% 0.53% -
HSV(B) 71.11º 0.18% 0.58% -
XYZ 25.37 28.4 22.23 -
YUV 143.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 143 148 121 0.03 0 0.18 0.42 71.11 0.11 0.53
Hex 8F 94 79 3 0 12 2A 47 B 35
Octal 217 224 171 3 0 22 52 107 13 65
Binary 10001111 10010100 1111001 11 0 10010 101010 1000111 1011 110101

Color Harmonies of #8F9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9479

Black with #8F9479

Text Example


Text Example

White with #8F9479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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