#949287

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

Shades of Grey Olive #949287

Tints of Grey Olive #949287

Color information

#949287 (or 0x949287) is unknown color: approx Grey Olive. HEX triplet: 94, 92 and 87. RGB value is (148,146,135). Sum of RGB (Red+Green+Blue) = 148+146+135=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 148 - color contains mainly: red. Hex color #949287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949287 is #6B6D78. Grayscale: #919191. Windows color (decimal): -7040377 or 8884884. OLE color: 8884884.

HSL color Cylindrical-coordinate representation of color #949287: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #949287 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB148146135-
CMYK00.010.090.42
HSL50.77º5.73%55.49%-
HSV(B)50.77º8.78%58.04%-
XYZ26.8628.627.03-
YUV145.34122.16129.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=34.50%
G=34.03%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14814613500.010.090.4250.775.7355.49
Hex9492870192A33637
Octal22422220701115263667
Binary100101001001001010000111011001101010110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949287; }

 p { color: rgb(148,146,135); }

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

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

 a { background-color: rgb(148,146,135); }

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

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

 span { border-color: rgb(148,146,135); }

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