Html Css Color HEX #8F9B7D Sage

📋 copy color: '#8F9B7D'

red 143 ◦ green 155 ◦ blue 125

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

Shades of Sage #8F9B7D

Tints of Sage #8F9B7D

RGB

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

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

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

R = 33.81%
G = 36.64%
B = 29.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#8F9B7D (or 0x8F9B7D) is known color: Sage. HEX triplet: 8F, 9B and 7D. RGB value is (143,155,125). Sum of RGB (Red+Green+Blue) = 143+155+125=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #8F9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9B7D is #706482. Grayscale: #949494. Windows color (decimal): -7365763 or 8231823. OLE color: 8231823.

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

Color convert

RGB 143 155 125 -
CMYK 0.08 0 0.19 0.39
HSL 84º 0.13% 0.55% -
HSV(B) 84º 0.19% 0.61% -
XYZ 26.75 30.76 23.93 -
YUV 147.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 143 155 125 0.08 0 0.19 0.39 84 0.13 0.55
Hex 8F 9B 7D 8 0 13 27 54 D 37
Octal 217 233 175 10 0 23 47 124 15 67
Binary 10001111 10011011 1111101 1000 0 10011 100111 1010100 1101 110111

Color Harmonies of #8F9B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9B7D

Black with #8F9B7D

Text Example


Text Example

White with #8F9B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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