#959180

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

Shades of Grey Olive #959180

Tints of Grey Olive #959180

Color information

#959180 (or 0x959180) is unknown color: approx Grey Olive. HEX triplet: 95, 91 and 80. RGB value is (149,145,128). Sum of RGB (Red+Green+Blue) = 149+145+128=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 149 - color contains mainly: red. Hex color #959180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959180 is #6A6E7F. Grayscale: #909090. Windows color (decimal): -6975104 or 8425877. OLE color: 8425877.

HSL color Cylindrical-coordinate representation of color #959180: hue angle of 48.57º 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 #959180 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB149145128-
CMYK00.030.140.42
HSL48.57º9.01%54.31%-
HSV(B)48.57º14.09%58.43%-
XYZ26.4228.224.47-
YUV144.26118.83131.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=35.31%
G=34.36%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914512800.030.140.4248.579.0154.31
Hex95918003E2A31936
Octal225221200031652611166
Binary10010101100100011000000001111101010101100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959180; }

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

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

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

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

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

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

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

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