#9CA79A

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

Shades of Mantle #9CA79A

Tints of Mantle #9CA79A

Color information

#9CA79A (or 0x9CA79A) is unknown color: approx Mantle. HEX triplet: 9C, A7 and 9A. RGB value is (156,167,154). Sum of RGB (Red+Green+Blue) = 156+167+154=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 154 (60.55% from 255 or 32.29% from 477); Max value from RGB is 167 - color contains mainly: green. Hex color #9CA79A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA79A is #635865. Grayscale: #A2A2A2. Windows color (decimal): -6510694 or 10135452. OLE color: 10135452.

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

Color convert

RGB156167154-
CMYK0.0700.080.35
HSL110.77º6.88%62.94%-
HSV(B)110.77º7.78%65.49%-
XYZ33.3637.0435.96-
YUV162.23123.36123.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 154 (60.55% from 255) = 32.29%
R=32.70%
G=35.01%
B=32.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1561671540.0700.080.35110.776.8862.94
Hex9CA79A708236f73f
Octal234247232701043157777
Binary100111001010011110011010111010001000111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,167,154); }

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

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

 a { background-color: rgb(156,167,154); }

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

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

 span { border-color: rgb(156,167,154); }

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