Html Css Color HEX #8F9581 Sage

📋 copy color: '#8F9581'

red 143 ◦ green 149 ◦ blue 129

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

Shades of Sage #8F9581

Tints of Sage #8F9581

RGB

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

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

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

R = 33.97%
G = 35.39%
B = 30.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#8F9581 (or 0x8F9581) is known color: Sage. HEX triplet: 8F, 95 and 81. RGB value is (143,149,129). Sum of RGB (Red+Green+Blue) = 143+149+129=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9581 is #706A7E. Grayscale: #919191. Windows color (decimal): -7367295 or 8492431. OLE color: 8492431.

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

Color convert

RGB 143 149 129 -
CMYK 0.04 0 0.13 0.42
HSL 78º 0.09% 0.55% -
HSV(B) 78º 0.13% 0.58% -
XYZ 26.04 28.92 24.98 -
YUV 144.93 119.01 126.63 -
System Red Green Blue C M Y K H S L
Decimal 143 149 129 0.04 0 0.13 0.42 78 0.09 0.55
Hex 8F 95 81 4 0 D 2A 4E 9 37
Octal 217 225 201 4 0 15 52 116 11 67
Binary 10001111 10010101 10000001 100 0 1101 101010 1001110 1001 110111

Color Harmonies of #8F9581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9581

Black with #8F9581

Text Example


Text Example

White with #8F9581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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