Html Css Color HEX #9FA772 Sage

📋 copy color: '#9FA772'

red 159 ◦ green 167 ◦ blue 114

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

Shades of Sage #9FA772

Tints of Sage #9FA772

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.95%

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

R = 36.14%
G = 37.95%
B = 25.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#9FA772 (or 0x9FA772) is known color: Sage. HEX triplet: 9F, A7 and 72. RGB value is (159,167,114). Sum of RGB (Red+Green+Blue) = 159+167+114=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #9FA772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA772 is #60588D. Grayscale: #9E9E9E. Windows color (decimal): -6314126 or 7514015. OLE color: 7514015.

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

Color convert

RGB 159 167 114 -
CMYK 0.05 0 0.32 0.35
HSL 69.06º 0.23% 0.55% -
HSV(B) 69.06º 0.32% 0.65% -
XYZ 31.15 36.22 21.27 -
YUV 158.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 159 167 114 0.05 0 0.32 0.35 69.06 0.23 0.55
Hex 9F A7 72 5 0 20 23 45 17 37
Octal 237 247 162 5 0 40 43 105 27 67
Binary 10011111 10100111 1110010 101 0 100000 100011 1000101 10111 110111

Color Harmonies of #9FA772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA772

Black with #9FA772

Text Example


Text Example

White with #9FA772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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