Html Css Color HEX #969383 Grey Olive

📋 copy color: '#969383'

red 150 ◦ green 147 ◦ blue 131

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

Shades of Grey Olive #969383

Tints of Grey Olive #969383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.61%

R = 35.05%
G = 34.35%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#969383 (or 0x969383) is known color: Grey Olive. HEX triplet: 96, 93 and 83. RGB value is (150,147,131). Sum of RGB (Red+Green+Blue) = 150+147+131=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 131 (51.56% from 255 or 30.61% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #969383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969383 is #696C7C. Grayscale: #929292. Windows color (decimal): -6909053 or 8622998. OLE color: 8622998.

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

Color convert

RGB 150 147 131 -
CMYK 0 0.02 0.13 0.41
HSL 50.53º 0.08% 0.55% -
HSV(B) 50.53º 0.13% 0.59% -
XYZ 27.11 28.99 25.64 -
YUV 146.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 150 147 131 0 0.02 0.13 0.41 50.53 0.08 0.55
Hex 96 93 83 0 2 D 29 33 8 37
Octal 226 223 203 0 2 15 51 63 10 67
Binary 10010110 10010011 10000011 0 10 1101 101001 110011 1000 110111

Color Harmonies of #969383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969383

Black with #969383

Text Example


Text Example

White with #969383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969383; }

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

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

background-color css

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

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

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

border-color css

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

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

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