Html Css Color HEX #8F9A7F Sage

📋 copy color: '#8F9A7F'

red 143 ◦ green 154 ◦ blue 127

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

Shades of Sage #8F9A7F

Tints of Sage #8F9A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 127 (50% from 255) = 29.95%

R = 33.73%
G = 36.32%
B = 29.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#8F9A7F (or 0x8F9A7F) is known color: Sage. HEX triplet: 8F, 9A and 7F. RGB value is (143,154,127). Sum of RGB (Red+Green+Blue) = 143+154+127=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A7F is #706580. Grayscale: #939393. Windows color (decimal): -7366017 or 8362639. OLE color: 8362639.

HSL color Cylindrical-coordinate representation of color #8F9A7F: hue angle of 84.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F9A7F is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 154 127 -
CMYK 0.07 0 0.18 0.40
HSL 84.44º 0.12% 0.55% -
HSV(B) 84.44º 0.18% 0.6% -
XYZ 26.71 30.48 24.55 -
YUV 147.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 143 154 127 0.07 0 0.18 0.40 84.44 0.12 0.55
Hex 8F 9A 7F 7 0 12 28 54 C 37
Octal 217 232 177 7 0 22 50 124 14 67
Binary 10001111 10011010 1111111 111 0 10010 101000 1010100 1100 110111

Color Harmonies of #8F9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9A7F

Black with #8F9A7F

Text Example


Text Example

White with #8F9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,154,127); }

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

background-color css

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

 a { background-color: rgb(143,154,127); }

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

border-color css

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

 span { border-color: rgb(143,154,127); }

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