#9DA69C

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

Shades of Mantle #9DA69C

Tints of Mantle #9DA69C

Color information

#9DA69C (or 0x9DA69C) is unknown color: approx Mantle. HEX triplet: 9D, A6 and 9C. RGB value is (157,166,156). Sum of RGB (Red+Green+Blue) = 157+166+156=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 166 - color contains mainly: green. Hex color #9DA69C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA69C is #625963. Grayscale: #A2A2A2. Windows color (decimal): -6445412 or 10266269. OLE color: 10266269.

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

Color convert

RGB157166156-
CMYK0.0500.060.35
HSL114º5.32%63.14%-
HSV(B)114º6.02%65.1%-
XYZ33.5436.8436.8-
YUV162.17124.52124.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.78%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 156 (61.33% from 255) = 32.57%
R=32.78%
G=34.66%
B=32.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1571661560.0500.060.351145.3263.14
Hex9DA69C506237253f
Octal23524623450643162577
Binary10011101101001101001110010101101000111110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,166,156); }

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

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

 a { background-color: rgb(157,166,156); }

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

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

 span { border-color: rgb(157,166,156); }

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