#999F71

Color #999F71 Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #999F71

Tints of Sage #999F71

Color information

#999F71 (or 0x999F71) is unknown color: approx Sage. HEX triplet: 99, 9F and 71. RGB value is (153,159,113). Sum of RGB (Red+Green+Blue) = 153+159+113=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 113 (44.53% from 255 or 26.59% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #999F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999F71 is #66608E. Grayscale: #989898. Windows color (decimal): -6709391 or 7446425. OLE color: 7446425.

HSL color Cylindrical-coordinate representation of color #999F71: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #999F71 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB153159113-
CMYK0.0400.290.38
HSL67.83º19.33%53.33%-
HSV(B)67.83º28.93%62.35%-
XYZ28.5232.7620.44-
YUV151.96106.01128.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36%
GREEN value IS 159 (62.5% from 255) = 37.41%
BLUE value IS 113 (44.53% from 255) = 26.59%
R=36%
G=37.41%
B=26.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591130.0400.290.3867.8319.3353.33
Hex999F71401D26441335
Octal2312371614035461042365
Binary10011001100111111110001100011101100110100010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999F71; }

 p { color: rgb(153,159,113); }

 H1.HeaderClassName
 {
   color: #999F71;
 }
 .AnyTagClassName
 {
   color: #999F71;
 }
</style>
background-color css

<style>
 a { background-color: #999F71; }

 a { background-color: rgb(153,159,113); }

 div.DivClassName
 {
   background-color: #999F71;
 }
 .BgClassName
 {
   background-color: #999F71;
 }
</style>
border-color css

<style>
 span { border-color: #999F71; }

 span { border-color: rgb(153,159,113); }

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