#969E92

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

Shades of Mantle #969E92

Tints of Mantle #969E92

Color information

#969E92 (or 0x969E92) is unknown color: approx Mantle. HEX triplet: 96, 9E and 92. RGB value is (150,158,146). Sum of RGB (Red+Green+Blue) = 150+158+146=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 158 - color contains mainly: green. Hex color #969E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E92 is #69616D. Grayscale: #9A9A9A. Windows color (decimal): -6906222 or 9608854. OLE color: 9608854.

HSL color Cylindrical-coordinate representation of color #969E92: hue angle of 100º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969E92 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB150158146-
CMYK0.0500.080.38
HSL100º5.83%59.61%-
HSV(B)100º7.59%61.96%-
XYZ29.9933.0131.99-
YUV154.24123.35124.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.04%
GREEN value IS 158 (62.11% from 255) = 34.80%
BLUE value IS 146 (57.42% from 255) = 32.16%
R=33.04%
G=34.80%
B=32.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581460.0500.080.381005.8359.61
Hex969E92508266463c
Octal226236222501046144674
Binary100101101001111010010010101010001001101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969E92; }

 p { color: rgb(150,158,146); }

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

<style>
 a { background-color: #969E92; }

 a { background-color: rgb(150,158,146); }

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

<style>
 span { border-color: #969E92; }

 span { border-color: rgb(150,158,146); }

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