Html Css Color HEX #8F9781 Sage

📋 copy color: '#8F9781'

red 143 ◦ green 151 ◦ blue 129

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

Shades of Sage #8F9781

Tints of Sage #8F9781

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 33.81%
G = 35.7%
B = 30.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#8F9781 (or 0x8F9781) is known color: Sage. HEX triplet: 8F, 97 and 81. RGB value is (143,151,129). Sum of RGB (Red+Green+Blue) = 143+151+129=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9781 is #70687E. Grayscale: #929292. Windows color (decimal): -7366783 or 8492943. OLE color: 8492943.

HSL color Cylindrical-coordinate representation of color #8F9781: hue angle of 81.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8F9781 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 151 129 -
CMYK 0.05 0 0.15 0.41
HSL 81.82º 0.1% 0.55% -
HSV(B) 81.82º 0.15% 0.59% -
XYZ 26.36 29.56 25.08 -
YUV 146.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 143 151 129 0.05 0 0.15 0.41 81.82 0.1 0.55
Hex 8F 97 81 5 0 F 29 52 A 37
Octal 217 227 201 5 0 17 51 122 12 67
Binary 10001111 10010111 10000001 101 0 1111 101001 1010010 1010 110111

Color Harmonies of #8F9781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9781

Black with #8F9781

Text Example


Text Example

White with #8F9781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,129); }

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

background-color css

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

 a { background-color: rgb(143,151,129); }

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

border-color css

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

 span { border-color: rgb(143,151,129); }

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