Html Css Color HEX #8F9D70 Sage

📋 copy color: '#8F9D70'

red 143 ◦ green 157 ◦ blue 112

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

Shades of Sage #8F9D70

Tints of Sage #8F9D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.11%

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 34.71%
G = 38.11%
B = 27.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#8F9D70 (or 0x8F9D70) is known color: Sage. HEX triplet: 8F, 9D and 70. RGB value is (143,157,112). Sum of RGB (Red+Green+Blue) = 143+157+112=412 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.71% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9D70 is #70628F. Grayscale: #939393. Windows color (decimal): -7365264 or 7380367. OLE color: 7380367.

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

Color convert

RGB 143 157 112 -
CMYK 0.09 0 0.29 0.38
HSL 78.67º 0.19% 0.53% -
HSV(B) 78.67º 0.29% 0.62% -
XYZ 26.31 31.12 19.95 -
YUV 147.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 143 157 112 0.09 0 0.29 0.38 78.67 0.19 0.53
Hex 8F 9D 70 9 0 1D 26 4F 13 35
Octal 217 235 160 11 0 35 46 117 23 65
Binary 10001111 10011101 1110000 1001 0 11101 100110 1001111 10011 110101

Color Harmonies of #8F9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9D70

Black with #8F9D70

Text Example


Text Example

White with #8F9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,112); }

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

background-color css

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

 a { background-color: rgb(143,157,112); }

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

border-color css

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

 span { border-color: rgb(143,157,112); }

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