#99A694

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

Shades of Mantle #99A694

Tints of Mantle #99A694

Color information

#99A694 (or 0x99A694) is unknown color: approx Mantle. HEX triplet: 99, A6 and 94. RGB value is (153,166,148). Sum of RGB (Red+Green+Blue) = 153+166+148=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #99A694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A694 is #66596B. Grayscale: #A0A0A0. Windows color (decimal): -6707564 or 9741977. OLE color: 9741977.

HSL color Cylindrical-coordinate representation of color #99A694: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99A694 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB153166148-
CMYK0.0800.110.35
HSL103.33º9.18%61.57%-
HSV(B)103.33º10.84%65.1%-
XYZ32.1236.1833.31-
YUV160.06121.19122.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.76%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=32.76%
G=35.55%
B=31.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1531661480.0800.110.35103.339.1861.57
Hex99A69480B236793e
Octal23124622410013431471176
Binary10011001101001101001010010000101110001111001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A694; }

 p { color: rgb(153,166,148); }

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

<style>
 a { background-color: #99A694; }

 a { background-color: rgb(153,166,148); }

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

<style>
 span { border-color: #99A694; }

 span { border-color: rgb(153,166,148); }

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