#969281

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

Shades of Grey Olive #969281

Tints of Grey Olive #969281

Color information

#969281 (or 0x969281) is unknown color: approx Grey Olive. HEX triplet: 96, 92 and 81. RGB value is (150,146,129). Sum of RGB (Red+Green+Blue) = 150+146+129=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 129 (50.78% from 255 or 30.35% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #969281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969281 is #696D7E. Grayscale: #919191. Windows color (decimal): -6909311 or 8491670. OLE color: 8491670.

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

Color convert

RGB150146129-
CMYK00.030.140.41
HSL48.57º9.09%54.71%-
HSV(B)48.57º14%58.82%-
XYZ26.8228.6324.88-
YUV145.26118.83131.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 146 (57.42% from 255) = 34.35%
BLUE value IS 129 (50.78% from 255) = 30.35%
R=35.29%
G=34.35%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014612900.030.140.4148.579.0954.71
Hex96928103E2931937
Octal226222201031651611167
Binary10010110100100101000000101111101010011100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969281; }

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

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

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

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

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

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

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

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