Html Css Color HEX #8F947A Sage

📋 copy color: '#8F947A'

red 143 ◦ green 148 ◦ blue 122

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

Shades of Sage #8F947A

Tints of Sage #8F947A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.54%

R = 34.62%
G = 35.84%
B = 29.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#8F947A (or 0x8F947A) is known color: Sage. HEX triplet: 8F, 94 and 7A. RGB value is (143,148,122). Sum of RGB (Red+Green+Blue) = 143+148+122=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #8F947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F947A is #706B85. Grayscale: #8F8F8F. Windows color (decimal): -7367558 or 8033423. OLE color: 8033423.

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

Color convert

RGB 143 148 122 -
CMYK 0.03 0 0.18 0.42
HSL 71.54º 0.11% 0.53% -
HSV(B) 71.54º 0.18% 0.58% -
XYZ 25.43 28.42 22.56 -
YUV 143.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 143 148 122 0.03 0 0.18 0.42 71.54 0.11 0.53
Hex 8F 94 7A 3 0 12 2A 48 B 35
Octal 217 224 172 3 0 22 52 110 13 65
Binary 10001111 10010100 1111010 11 0 10010 101010 1001000 1011 110101

Color Harmonies of #8F947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F947A

Black with #8F947A

Text Example


Text Example

White with #8F947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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