#969284

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

Shades of Grey Olive #969284

Tints of Grey Olive #969284

Color information

#969284 (or 0x969284) is unknown color: approx Grey Olive. HEX triplet: 96, 92 and 84. RGB value is (150,146,132). Sum of RGB (Red+Green+Blue) = 150+146+132=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #969284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969284 is #696D7B. Grayscale: #919191. Windows color (decimal): -6909308 or 8688278. OLE color: 8688278.

HSL color Cylindrical-coordinate representation of color #969284: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #969284 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB150146132-
CMYK00.030.120.41
HSL46.67º7.89%55.29%-
HSV(B)46.67º12%58.82%-
XYZ27.0228.7125.95-
YUV145.6120.33131.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=35.05%
G=34.11%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014613200.030.120.4146.677.8955.29
Hex96928403C292f837
Octal226222204031451571067
Binary10010110100100101000010001111001010011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969284; }

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

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

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

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

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

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

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

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