#969280

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

Shades of Grey Olive #969280

Tints of Grey Olive #969280

Color information

#969280 (or 0x969280) is unknown color: approx Grey Olive. HEX triplet: 96, 92 and 80. RGB value is (150,146,128). Sum of RGB (Red+Green+Blue) = 150+146+128=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 128 (50.39% from 255 or 30.19% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #969280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969280 is #696D7F. Grayscale: #919191. Windows color (decimal): -6909312 or 8426134. OLE color: 8426134.

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

Color convert

RGB150146128-
CMYK00.030.150.41
HSL49.09º9.48%54.51%-
HSV(B)49.09º14.67%58.82%-
XYZ26.7528.624.53-
YUV145.14118.33131.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 128 (50.39% from 255) = 30.19%
R=35.38%
G=34.43%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014612800.030.150.4149.099.4854.51
Hex96928003F2931937
Octal226222200031751611167
Binary10010110100100101000000001111111010011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969280; }

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

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

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

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

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

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

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

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