Html Css Color HEX #9FA872 Sage

📋 copy color: '#9FA872'

red 159 ◦ green 168 ◦ blue 114

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

Shades of Sage #9FA872

Tints of Sage #9FA872

RGB

 RED value IS 159 (62.5% from 255) = 36.05%

 GREEN value IS 168 (66.02% from 255) = 38.1%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 36.05%
G = 38.1%
B = 25.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#9FA872 (or 0x9FA872) is known color: Sage. HEX triplet: 9F, A8 and 72. RGB value is (159,168,114). Sum of RGB (Red+Green+Blue) = 159+168+114=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA872 is #60578D. Grayscale: #9F9F9F. Windows color (decimal): -6313870 or 7514271. OLE color: 7514271.

HSL color Cylindrical-coordinate representation of color #9FA872: hue angle of 70º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FA872 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 168 114 -
CMYK 0.05 0 0.32 0.34
HSL 70º 0.24% 0.55% -
HSV(B) 70º 0.32% 0.66% -
XYZ 31.34 36.59 21.33 -
YUV 159.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 159 168 114 0.05 0 0.32 0.34 70 0.24 0.55
Hex 9F A8 72 5 0 20 22 46 18 37
Octal 237 250 162 5 0 40 42 106 30 67
Binary 10011111 10101000 1110010 101 0 100000 100010 1000110 11000 110111

Color Harmonies of #9FA872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA872

Black with #9FA872

Text Example


Text Example

White with #9FA872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA872; }

 p { color: rgb(159,168,114); }

 H1.HeaderClassName
 {
   color: #9FA872;
 }
 .AnyTagClassName
 {
   color: #9FA872;
 }
</style>

background-color css

<style>
 a { background-color: #9FA872; }

 a { background-color: rgb(159,168,114); }

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

border-color css

<style>
 span { border-color: #9FA872; }

 span { border-color: rgb(159,168,114); }

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