Html Css Color HEX #8FA07B Sage

📋 copy color: '#8FA07B'

red 143 ◦ green 160 ◦ blue 123

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

Shades of Sage #8FA07B

Tints of Sage #8FA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 33.57%
G = 37.56%
B = 28.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#8FA07B (or 0x8FA07B) is known color: Sage. HEX triplet: 8F, A0 and 7B. RGB value is (143,160,123). Sum of RGB (Red+Green+Blue) = 143+160+123=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA07B is #705F84. Grayscale: #969696. Windows color (decimal): -7364485 or 8102031. OLE color: 8102031.

HSL color Cylindrical-coordinate representation of color #8FA07B: hue angle of 87.57º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA07B is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 160 123 -
CMYK 0.11 0 0.23 0.37
HSL 87.57º 0.16% 0.55% -
HSV(B) 87.57º 0.23% 0.63% -
XYZ 27.47 32.41 23.55 -
YUV 150.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 143 160 123 0.11 0 0.23 0.37 87.57 0.16 0.55
Hex 8F A0 7B B 0 17 25 58 10 37
Octal 217 240 173 13 0 27 45 130 20 67
Binary 10001111 10100000 1111011 1011 0 10111 100101 1011000 10000 110111

Color Harmonies of #8FA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA07B

Black with #8FA07B

Text Example


Text Example

White with #8FA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,160,123); }

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

background-color css

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

 a { background-color: rgb(143,160,123); }

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

border-color css

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

 span { border-color: rgb(143,160,123); }

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