Html Css Color HEX #8F9E7E Sage

📋 copy color: '#8F9E7E'

red 143 ◦ green 158 ◦ blue 126

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

Shades of Sage #8F9E7E

Tints of Sage #8F9E7E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37%

 BLUE value IS 126 (49.61% from 255) = 29.51%

R = 33.49%
G = 37%
B = 29.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#8F9E7E (or 0x8F9E7E) is known color: Sage. HEX triplet: 8F, 9E and 7E. RGB value is (143,158,126). Sum of RGB (Red+Green+Blue) = 143+158+126=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9E7E is #706181. Grayscale: #959595. Windows color (decimal): -7364994 or 8298127. OLE color: 8298127.

HSL color Cylindrical-coordinate representation of color #8F9E7E: hue angle of 88.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F9E7E is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 158 126 -
CMYK 0.09 0 0.20 0.38
HSL 88.13º 0.14% 0.56% -
HSV(B) 88.13º 0.2% 0.62% -
XYZ 27.32 31.8 24.44 -
YUV 149.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 143 158 126 0.09 0 0.20 0.38 88.13 0.14 0.56
Hex 8F 9E 7E 9 0 14 26 58 E 38
Octal 217 236 176 11 0 24 46 130 16 70
Binary 10001111 10011110 1111110 1001 0 10100 100110 1011000 1110 111000

Color Harmonies of #8F9E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9E7E

Black with #8F9E7E

Text Example


Text Example

White with #8F9E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,158,126); }

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

background-color css

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

 a { background-color: rgb(143,158,126); }

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

border-color css

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

 span { border-color: rgb(143,158,126); }

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