Html Css Color HEX #8F937F Sage

📋 copy color: '#8F937F'

red 143 ◦ green 147 ◦ blue 127

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

Shades of Sage #8F937F

Tints of Sage #8F937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 34.29%
G = 35.25%
B = 30.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#8F937F (or 0x8F937F) is known color: Sage. HEX triplet: 8F, 93 and 7F. RGB value is (143,147,127). Sum of RGB (Red+Green+Blue) = 143+147+127=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #8F937F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F937F is #706C80. Grayscale: #8F8F8F. Windows color (decimal): -7367809 or 8360847. OLE color: 8360847.

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

Color convert

RGB 143 147 127 -
CMYK 0.03 0 0.14 0.42
HSL 72º 0.08% 0.54% -
HSV(B) 72º 0.14% 0.58% -
XYZ 25.59 28.24 24.18 -
YUV 143.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 143 147 127 0.03 0 0.14 0.42 72 0.08 0.54
Hex 8F 93 7F 3 0 E 2A 48 8 36
Octal 217 223 177 3 0 16 52 110 10 66
Binary 10001111 10010011 1111111 11 0 1110 101010 1001000 1000 110110

Color Harmonies of #8F937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F937F

Black with #8F937F

Text Example


Text Example

White with #8F937F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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