Html Css Color HEX #8F9973 Sage

📋 copy color: '#8F9973'

red 143 ◦ green 153 ◦ blue 115

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

Shades of Sage #8F9973

Tints of Sage #8F9973

RGB

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

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

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

R = 34.79%
G = 37.23%
B = 27.98%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#8F9973 (or 0x8F9973) is known color: Sage. HEX triplet: 8F, 99 and 73. RGB value is (143,153,115). Sum of RGB (Red+Green+Blue) = 143+153+115=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9973 is #70668C. Grayscale: #919191. Windows color (decimal): -7366285 or 7575951. OLE color: 7575951.

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

Color convert

RGB 143 153 115 -
CMYK 0.07 0 0.25 0.4
HSL 75.79º 0.16% 0.53% -
HSV(B) 75.79º 0.25% 0.6% -
XYZ 25.81 29.86 20.62 -
YUV 145.68 110.69 126.09 -
System Red Green Blue C M Y K H S L
Decimal 143 153 115 0.07 0 0.25 0.4 75.79 0.16 0.53
Hex 8F 99 73 7 0 19 28 4C 10 35
Octal 217 231 163 7 0 31 50 114 20 65
Binary 10001111 10011001 1110011 111 0 11001 101000 1001100 10000 110101

Color Harmonies of #8F9973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9973

Black with #8F9973

Text Example


Text Example

White with #8F9973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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