Html Css Color HEX #8F9F6D Sage

📋 copy color: '#8F9F6D'

red 143 ◦ green 159 ◦ blue 109

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

Shades of Sage #8F9F6D

Tints of Sage #8F9F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.52%

R = 34.79%
G = 38.69%
B = 26.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#8F9F6D (or 0x8F9F6D) is known color: Sage. HEX triplet: 8F, 9F and 6D. RGB value is (143,159,109). Sum of RGB (Red+Green+Blue) = 143+159+109=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9F6D is #706092. Grayscale: #949494. Windows color (decimal): -7364755 or 7184271. OLE color: 7184271.

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

Color convert

RGB 143 159 109 -
CMYK 0.10 0 0.31 0.38
HSL 79.2º 0.21% 0.53% -
HSV(B) 79.2º 0.31% 0.62% -
XYZ 26.49 31.74 19.2 -
YUV 148.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 143 159 109 0.10 0 0.31 0.38 79.2 0.21 0.53
Hex 8F 9F 6D A 0 1F 26 4F 15 35
Octal 217 237 155 12 0 37 46 117 25 65
Binary 10001111 10011111 1101101 1010 0 11111 100110 1001111 10101 110101

Color Harmonies of #8F9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F6D

Black with #8F9F6D

Text Example


Text Example

White with #8F9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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