#969381

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

Shades of Grey Olive #969381

Tints of Grey Olive #969381

Color information

#969381 (or 0x969381) is unknown color: approx Grey Olive. HEX triplet: 96, 93 and 81. RGB value is (150,147,129). Sum of RGB (Red+Green+Blue) = 150+147+129=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #969381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969381 is #696C7E. Grayscale: #919191. Windows color (decimal): -6909055 or 8491926. OLE color: 8491926.

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

Color convert

RGB150147129-
CMYK00.020.140.41
HSL51.43º9.09%54.71%-
HSV(B)51.43º14%58.82%-
XYZ26.9728.9424.93-
YUV145.84118.49130.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=35.21%
G=34.51%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014712900.020.140.4151.439.0954.71
Hex96938102E2933937
Octal226223201021651631167
Binary10010110100100111000000101011101010011100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969381; }

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

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

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

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

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

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

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

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