Html Css Color HEX #969384 Grey Olive

📋 copy color: '#969384'

red 150 ◦ green 147 ◦ blue 132

#969384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #969384

Tints of Grey Olive #969384

RGB

 RED value IS 150 (58.98% from 255) = 34.97%

 GREEN value IS 147 (57.81% from 255) = 34.27%

 BLUE value IS 132 (51.95% from 255) = 30.77%

R = 34.97%
G = 34.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#969384 (or 0x969384) is known color: Grey Olive. HEX triplet: 96, 93 and 84. RGB value is (150,147,132). Sum of RGB (Red+Green+Blue) = 150+147+132=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 150 - color contains mainly: red. Hex color #969384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969384 is #696C7B. Grayscale: #929292. Windows color (decimal): -6909052 or 8688534. OLE color: 8688534.

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

Color convert

RGB 150 147 132 -
CMYK 0 0.02 0.12 0.41
HSL 50º 0.08% 0.55% -
HSV(B) 50º 0.12% 0.59% -
XYZ 27.18 29.02 26 -
YUV 146.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 150 147 132 0 0.02 0.12 0.41 50 0.08 0.55
Hex 96 93 84 0 2 C 29 32 8 37
Octal 226 223 204 0 2 14 51 62 10 67
Binary 10010110 10010011 10000100 0 10 1100 101001 110010 1000 110111

Color Harmonies of #969384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969384

Black with #969384

Text Example


Text Example

White with #969384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969384; }

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

 H1.HeaderClassName
 {
   color: #969384;
 }
 .AnyTagClassName
 {
   color: #969384;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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