Html Css Color HEX #8F9F7D Sage

📋 copy color: '#8F9F7D'

red 143 ◦ green 159 ◦ blue 125

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

Shades of Sage #8F9F7D

Tints of Sage #8F9F7D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 33.49%
G = 37.24%
B = 29.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#8F9F7D (or 0x8F9F7D) is known color: Sage. HEX triplet: 8F, 9F and 7D. RGB value is (143,159,125). Sum of RGB (Red+Green+Blue) = 143+159+125=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F7D is #706082. Grayscale: #969696. Windows color (decimal): -7364739 or 8232847. OLE color: 8232847.

HSL color Cylindrical-coordinate representation of color #8F9F7D: hue angle of 88.24º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F9F7D is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 159 125 -
CMYK 0.10 0 0.21 0.38
HSL 88.24º 0.15% 0.56% -
HSV(B) 88.24º 0.21% 0.62% -
XYZ 27.43 32.12 24.16 -
YUV 150.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 143 159 125 0.10 0 0.21 0.38 88.24 0.15 0.56
Hex 8F 9F 7D A 0 15 26 58 F 38
Octal 217 237 175 12 0 25 46 130 17 70
Binary 10001111 10011111 1111101 1010 0 10101 100110 1011000 1111 111000

Color Harmonies of #8F9F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F7D

Black with #8F9F7D

Text Example


Text Example

White with #8F9F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,159,125); }

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

background-color css

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

 a { background-color: rgb(143,159,125); }

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

border-color css

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

 span { border-color: rgb(143,159,125); }

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