#999F97

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

Shades of Mantle #999F97

Tints of Mantle #999F97

Color information

#999F97 (or 0x999F97) is unknown color: approx Mantle. HEX triplet: 99, 9F and 97. RGB value is (153,159,151). Sum of RGB (Red+Green+Blue) = 153+159+151=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 159 - color contains mainly: green. Hex color #999F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F97 is #666068. Grayscale: #9C9C9C. Windows color (decimal): -6709353 or 9936793. OLE color: 9936793.

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

Color convert

RGB153159151-
CMYK0.0400.050.38
HSL105º4%60.78%-
HSV(B)105º5.03%62.35%-
XYZ31.1233.834.16-
YUV156.29125.01125.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.05%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 151 (59.38% from 255) = 32.61%
R=33.05%
G=34.34%
B=32.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591510.0400.050.38105460.78
Hex999F97405266943d
Octal23123722740546151475
Binary10011001100111111001011110001011001101101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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