Html Css Color HEX #9B9680 Grey Olive

📋 copy color: '#9B9680'

red 155 ◦ green 150 ◦ blue 128

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

Shades of Grey Olive #9B9680

Tints of Grey Olive #9B9680

RGB

 RED value IS 155 (60.94% from 255) = 35.8%

 GREEN value IS 150 (58.98% from 255) = 34.64%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 35.8%
G = 34.64%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9B9680 (or 0x9B9680) is known color: Grey Olive. HEX triplet: 9B, 96 and 80. RGB value is (155,150,128). Sum of RGB (Red+Green+Blue) = 155+150+128=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9680 is #64697F. Grayscale: #959595. Windows color (decimal): -6580608 or 8427163. OLE color: 8427163.

HSL color Cylindrical-coordinate representation of color #9B9680: hue angle of 48.89º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9B9680 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 150 128 -
CMYK 0 0.03 0.17 0.39
HSL 48.89º 0.12% 0.55% -
HSV(B) 48.89º 0.17% 0.61% -
XYZ 28.32 30.34 24.79 -
YUV 148.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 155 150 128 0 0.03 0.17 0.39 48.89 0.12 0.55
Hex 9B 96 80 0 3 11 27 31 C 37
Octal 233 226 200 0 3 21 47 61 14 67
Binary 10011011 10010110 10000000 0 11 10001 100111 110001 1100 110111

Color Harmonies of #9B9680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9680

Black with #9B9680

Text Example


Text Example

White with #9B9680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B9680; }

 p { color: rgb(155,150,128); }

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

background-color css

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

 a { background-color: rgb(155,150,128); }

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

border-color css

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

 span { border-color: rgb(155,150,128); }

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