Html Css Color HEX #8F9977 Sage

📋 copy color: '#8F9977'

red 143 ◦ green 153 ◦ blue 119

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

Shades of Sage #8F9977

Tints of Sage #8F9977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.67%

R = 34.46%
G = 36.87%
B = 28.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#8F9977 (or 0x8F9977) is known color: Sage. HEX triplet: 8F, 99 and 77. RGB value is (143,153,119). Sum of RGB (Red+Green+Blue) = 143+153+119=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9977 is #706688. Grayscale: #929292. Windows color (decimal): -7366281 or 7838095. OLE color: 7838095.

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

Color convert

RGB 143 153 119 -
CMYK 0.07 0 0.22 0.4
HSL 77.65º 0.14% 0.53% -
HSV(B) 77.65º 0.22% 0.6% -
XYZ 26.05 29.95 21.86 -
YUV 146.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 143 153 119 0.07 0 0.22 0.4 77.65 0.14 0.53
Hex 8F 99 77 7 0 16 28 4E E 35
Octal 217 231 167 7 0 26 50 116 16 65
Binary 10001111 10011001 1110111 111 0 10110 101000 1001110 1110 110101

Color Harmonies of #8F9977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9977

Black with #8F9977

Text Example


Text Example

White with #8F9977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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