#968F80

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

Shades of Heathered Grey #968F80

Tints of Heathered Grey #968F80

Color information

#968F80 (or 0x968F80) is unknown color: approx Heathered Grey. HEX triplet: 96, 8F and 80. RGB value is (150,143,128). Sum of RGB (Red+Green+Blue) = 150+143+128=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 150 - color contains mainly: red. Hex color #968F80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968F80 is #69707F. Grayscale: #8F8F8F. Windows color (decimal): -6910080 or 8425366. OLE color: 8425366.

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

Color convert

RGB150143128-
CMYK00.050.150.41
HSL40.91º9.48%54.51%-
HSV(B)40.91º14.67%58.82%-
XYZ26.327.6924.38-
YUV143.38119.32132.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.63%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=35.63%
G=33.97%
B=30.40%

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
Decimal15014312800.050.150.4140.919.4854.51
Hex968F8005F2929937
Octal226217200051751511167
Binary100101101000111110000000010111111010011010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,143,128); }

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

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

 a { background-color: rgb(150,143,128); }

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

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

 span { border-color: rgb(150,143,128); }

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