Html Css Color HEX #9FAB76 Sage

📋 copy color: '#9FAB76'

red 159 ◦ green 171 ◦ blue 118

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

Shades of Sage #9FAB76

Tints of Sage #9FAB76

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

 BLUE value IS 118 (46.48% from 255) = 26.34%

R = 35.49%
G = 38.17%
B = 26.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#9FAB76 (or 0x9FAB76) is known color: Sage. HEX triplet: 9F, AB and 76. RGB value is (159,171,118). Sum of RGB (Red+Green+Blue) = 159+171+118=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB76 is #605489. Grayscale: #A1A1A1. Windows color (decimal): -6313098 or 7777183. OLE color: 7777183.

HSL color Cylindrical-coordinate representation of color #9FAB76: hue angle of 73.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FAB76 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 118 -
CMYK 0.07 0 0.31 0.33
HSL 73.58º 0.24% 0.57% -
HSV(B) 73.58º 0.31% 0.67% -
XYZ 32.13 37.8 22.74 -
YUV 161.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 159 171 118 0.07 0 0.31 0.33 73.58 0.24 0.57
Hex 9F AB 76 7 0 1F 21 4A 18 39
Octal 237 253 166 7 0 37 41 112 30 71
Binary 10011111 10101011 1110110 111 0 11111 100001 1001010 11000 111001

Color Harmonies of #9FAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB76

Black with #9FAB76

Text Example


Text Example

White with #9FAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,118); }

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

background-color css

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

 a { background-color: rgb(159,171,118); }

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

border-color css

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

 span { border-color: rgb(159,171,118); }

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