#968E7F

Color #968E7F Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #968E7F

Tints of Heathered Grey #968E7F

Color information

#968E7F (or 0x968E7F) is unknown color: approx Heathered Grey. HEX triplet: 96, 8E and 7F. RGB value is (150,142,127). Sum of RGB (Red+Green+Blue) = 150+142+127=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #968E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E7F is #697180. Grayscale: #8E8E8E. Windows color (decimal): -6910337 or 8359574. OLE color: 8359574.

HSL color Cylindrical-coordinate representation of color #968E7F: hue angle of 39.13º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #968E7F is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150142127-
CMYK00.050.150.41
HSL39.13º9.87%54.31%-
HSV(B)39.13º15.33%58.82%-
XYZ26.0827.3623.99-
YUV142.68119.15133.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 127 (50% from 255) = 30.31%
R=35.80%
G=33.89%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014212700.050.150.4139.139.8754.31
Hex968E7F05F2927a36
Octal226216177051751471266
Binary10010110100011101111111010111111010011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E7F; }

 p { color: rgb(150,142,127); }

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

<style>
 a { background-color: #968E7F; }

 a { background-color: rgb(150,142,127); }

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

<style>
 span { border-color: #968E7F; }

 span { border-color: rgb(150,142,127); }

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