#969283

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

Shades of Grey Olive #969283

Tints of Grey Olive #969283

Color information

#969283 (or 0x969283) is unknown color: approx Grey Olive. HEX triplet: 96, 92 and 83. RGB value is (150,146,131). Sum of RGB (Red+Green+Blue) = 150+146+131=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969283 is #696D7C. Grayscale: #919191. Windows color (decimal): -6909309 or 8622742. OLE color: 8622742.

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

Color convert

RGB150146131-
CMYK00.030.130.41
HSL47.37º8.3%55.1%-
HSV(B)47.37º12.67%58.82%-
XYZ26.9528.6825.59-
YUV145.49119.83131.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 146 (57.42% from 255) = 34.19%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=35.13%
G=34.19%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014613100.030.130.4147.378.355.1
Hex96928303D292f837
Octal226222203031551571067
Binary10010110100100101000001101111011010011011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969283; }

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

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

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

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

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

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

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

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