#968E80

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

Shades of Heathered Grey #968E80

Tints of Heathered Grey #968E80

Color information

#968E80 (or 0x968E80) is unknown color: approx Heathered Grey. HEX triplet: 96, 8E and 80. RGB value is (150,142,128). Sum of RGB (Red+Green+Blue) = 150+142+128=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E80 is #69717F. Grayscale: #8E8E8E. Windows color (decimal): -6910336 or 8425110. OLE color: 8425110.

HSL color Cylindrical-coordinate representation of color #968E80: hue angle of 38.18º 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 #968E80 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150142128-
CMYK00.050.150.41
HSL38.18º9.48%54.51%-
HSV(B)38.18º14.67%58.82%-
XYZ26.1527.3924.33-
YUV142.8119.65133.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 128 (50.39% from 255) = 30.48%
R=35.71%
G=33.81%
B=30.48%

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
Decimal15014212800.050.150.4138.189.4854.51
Hex968E8005F2926937
Octal226216200051751461167
Binary100101101000111010000000010111111010011001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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