Html Css Color HEX #8F947F Sage

📋 copy color: '#8F947F'

red 143 ◦ green 148 ◦ blue 127

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

Shades of Sage #8F947F

Tints of Sage #8F947F

RGB

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

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

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

R = 34.21%
G = 35.41%
B = 30.38%

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

#8F947F (or 0x8F947F) is known color: Sage. HEX triplet: 8F, 94 and 7F. RGB value is (143,148,127). Sum of RGB (Red+Green+Blue) = 143+148+127=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 148 - color contains mainly: green. Hex color #8F947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F947F is #706B80. Grayscale: #909090. Windows color (decimal): -7367553 or 8361103. OLE color: 8361103.

HSL color Cylindrical-coordinate representation of color #8F947F: hue angle of 74.29º degrees, saturation: 0.09, 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 #8F947F is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 127 -
CMYK 0.03 0 0.14 0.42
HSL 74.29º 0.09% 0.54% -
HSV(B) 74.29º 0.14% 0.58% -
XYZ 25.75 28.55 24.23 -
YUV 144.11 118.34 127.21 -
System Red Green Blue C M Y K H S L
Decimal 143 148 127 0.03 0 0.14 0.42 74.29 0.09 0.54
Hex 8F 94 7F 3 0 E 2A 4A 9 36
Octal 217 224 177 3 0 16 52 112 11 66
Binary 10001111 10010100 1111111 11 0 1110 101010 1001010 1001 110110

Color Harmonies of #8F947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F947F

Black with #8F947F

Text Example


Text Example

White with #8F947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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