Html Css Color HEX #8F9878 Sage

📋 copy color: '#8F9878'

red 143 ◦ green 152 ◦ blue 120

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

Shades of Sage #8F9878

Tints of Sage #8F9878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

 BLUE value IS 120 (47.27% from 255) = 28.92%

R = 34.46%
G = 36.63%
B = 28.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#8F9878 (or 0x8F9878) is known color: Sage. HEX triplet: 8F, 98 and 78. RGB value is (143,152,120). Sum of RGB (Red+Green+Blue) = 143+152+120=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9878 is #706787. Grayscale: #919191. Windows color (decimal): -7366536 or 7903375. OLE color: 7903375.

HSL color Cylindrical-coordinate representation of color #8F9878: hue angle of 76.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9878 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 120 -
CMYK 0.06 0 0.21 0.40
HSL 76.88º 0.13% 0.53% -
HSV(B) 76.88º 0.21% 0.6% -
XYZ 25.95 29.65 22.13 -
YUV 145.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 143 152 120 0.06 0 0.21 0.40 76.88 0.13 0.53
Hex 8F 98 78 6 0 15 28 4D D 35
Octal 217 230 170 6 0 25 50 115 15 65
Binary 10001111 10011000 1111000 110 0 10101 101000 1001101 1101 110101

Color Harmonies of #8F9878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9878

Black with #8F9878

Text Example


Text Example

White with #8F9878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,120); }

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

background-color css

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

 a { background-color: rgb(143,152,120); }

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

border-color css

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

 span { border-color: rgb(143,152,120); }

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