#959280

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

Shades of Grey Olive #959280

Tints of Grey Olive #959280

Color information

#959280 (or 0x959280) is unknown color: approx Grey Olive. HEX triplet: 95, 92 and 80. RGB value is (149,146,128). Sum of RGB (Red+Green+Blue) = 149+146+128=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #959280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959280 is #6A6D7F. Grayscale: #909090. Windows color (decimal): -6974848 or 8426133. OLE color: 8426133.

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

Color convert

RGB149146128-
CMYK00.020.140.42
HSL51.43º9.01%54.31%-
HSV(B)51.43º14.09%58.43%-
XYZ26.5728.5124.52-
YUV144.84118.49130.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.22%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 128 (50.39% from 255) = 30.26%
R=35.22%
G=34.52%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914612800.020.140.4251.439.0154.31
Hex95928002E2A33936
Octal225222200021652631166
Binary10010101100100101000000001011101010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959280; }

 p { color: rgb(149,146,128); }

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

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

 a { background-color: rgb(149,146,128); }

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

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

 span { border-color: rgb(149,146,128); }

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