Html Css Color HEX #8F9E77 Sage

📋 copy color: '#8F9E77'

red 143 ◦ green 158 ◦ blue 119

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

Shades of Sage #8F9E77

Tints of Sage #8F9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

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

R = 34.05%
G = 37.62%
B = 28.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#8F9E77 (or 0x8F9E77) is known color: Sage. HEX triplet: 8F, 9E and 77. RGB value is (143,158,119). Sum of RGB (Red+Green+Blue) = 143+158+119=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9E77 is #706188. Grayscale: #959595. Windows color (decimal): -7365001 or 7839375. OLE color: 7839375.

HSL color Cylindrical-coordinate representation of color #8F9E77: hue angle of 83.08º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F9E77 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 158 119 -
CMYK 0.09 0 0.25 0.38
HSL 83.08º 0.17% 0.54% -
HSV(B) 83.08º 0.25% 0.62% -
XYZ 26.88 31.63 22.14 -
YUV 149.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 143 158 119 0.09 0 0.25 0.38 83.08 0.17 0.54
Hex 8F 9E 77 9 0 19 26 53 11 36
Octal 217 236 167 11 0 31 46 123 21 66
Binary 10001111 10011110 1110111 1001 0 11001 100110 1010011 10001 110110

Color Harmonies of #8F9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9E77

Black with #8F9E77

Text Example


Text Example

White with #8F9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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