#969382

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

Shades of Grey Olive #969382

Tints of Grey Olive #969382

Color information

#969382 (or 0x969382) is unknown color: approx Grey Olive. HEX triplet: 96, 93 and 82. RGB value is (150,147,130). Sum of RGB (Red+Green+Blue) = 150+147+130=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #969382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969382 is #696C7D. Grayscale: #929292. Windows color (decimal): -6909054 or 8557462. OLE color: 8557462.

HSL color Cylindrical-coordinate representation of color #969382: hue angle of 51º degrees, saturation: 0.09, 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 #969382 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150147130-
CMYK00.020.130.41
HSL51º8.7%54.9%-
HSV(B)51º13.33%58.82%-
XYZ27.0428.9625.28-
YUV145.96118.99130.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 130 (51.17% from 255) = 30.44%
R=35.13%
G=34.43%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014713000.020.130.41518.754.9
Hex96938202D2933937
Octal226223202021551631167
Binary10010110100100111000001001011011010011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969382; }

 p { color: rgb(150,147,130); }

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

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

 a { background-color: rgb(150,147,130); }

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

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

 span { border-color: rgb(150,147,130); }

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