Html Css Color HEX #8F997F Sage

📋 copy color: '#8F997F'

red 143 ◦ green 153 ◦ blue 127

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

Shades of Sage #8F997F

Tints of Sage #8F997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 127 (50% from 255) = 30.02%

R = 33.81%
G = 36.17%
B = 30.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#8F997F (or 0x8F997F) is known color: Sage. HEX triplet: 8F, 99 and 7F. RGB value is (143,153,127). Sum of RGB (Red+Green+Blue) = 143+153+127=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #8F997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F997F is #706680. Grayscale: #939393. Windows color (decimal): -7366273 or 8362383. OLE color: 8362383.

HSL color Cylindrical-coordinate representation of color #8F997F: hue angle of 83.08º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8F997F is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 127 -
CMYK 0.07 0 0.17 0.4
HSL 83.08º 0.11% 0.55% -
HSV(B) 83.08º 0.17% 0.6% -
XYZ 26.55 30.15 24.5 -
YUV 147.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 143 153 127 0.07 0 0.17 0.4 83.08 0.11 0.55
Hex 8F 99 7F 7 0 11 28 53 B 37
Octal 217 231 177 7 0 21 50 123 13 67
Binary 10001111 10011001 1111111 111 0 10001 101000 1010011 1011 110111

Color Harmonies of #8F997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F997F

Black with #8F997F

Text Example


Text Example

White with #8F997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,127); }

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

background-color css

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

 a { background-color: rgb(143,153,127); }

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

border-color css

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

 span { border-color: rgb(143,153,127); }

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