Html Css Color HEX #8F9B73 Sage

📋 copy color: '#8F9B73'

red 143 ◦ green 155 ◦ blue 115

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

Shades of Sage #8F9B73

Tints of Sage #8F9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.53%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 34.62%
G = 37.53%
B = 27.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#8F9B73 (or 0x8F9B73) is known color: Sage. HEX triplet: 8F, 9B and 73. RGB value is (143,155,115). Sum of RGB (Red+Green+Blue) = 143+155+115=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B73 is #70648C. Grayscale: #939393. Windows color (decimal): -7365773 or 7576463. OLE color: 7576463.

HSL color Cylindrical-coordinate representation of color #8F9B73: hue angle of 78º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9B73 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 155 115 -
CMYK 0.08 0 0.26 0.39
HSL 78º 0.17% 0.53% -
HSV(B) 78º 0.26% 0.61% -
XYZ 26.14 30.52 20.73 -
YUV 146.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 143 155 115 0.08 0 0.26 0.39 78 0.17 0.53
Hex 8F 9B 73 8 0 1A 27 4E 11 35
Octal 217 233 163 10 0 32 47 116 21 65
Binary 10001111 10011011 1110011 1000 0 11010 100111 1001110 10001 110101

Color Harmonies of #8F9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9B73

Black with #8F9B73

Text Example


Text Example

White with #8F9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,155,115); }

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

background-color css

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

 a { background-color: rgb(143,155,115); }

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

border-color css

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

 span { border-color: rgb(143,155,115); }

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