#96880B

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

Shades of Olive #96880B

Tints of Olive #96880B

Color information

#96880B (or 0x96880B) is unknown color: approx Olive. HEX triplet: 96, 88 and 0B. RGB value is (150,136,11). Sum of RGB (Red+Green+Blue) = 150+136+11=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96880B is #6977F4. Grayscale: #7E7E7E. Windows color (decimal): -6911989 or 755862. OLE color: 755862.

HSL color Cylindrical-coordinate representation of color #96880B: hue angle of 53.96º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96880B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB15013611-
CMYK00.090.930.41
HSL53.96º86.34%31.57%-
HSV(B)53.96º92.67%58.82%-
XYZ21.4424.123.84-
YUV125.9463.14145.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=50.51%
G=45.79%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501361100.090.930.4153.9686.3431.57
Hex9688B095D29365620
Octal22621013011135516612640
Binary100101101000100010110100110111011010011101101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96880B; }

 p { color: rgb(150,136,11); }

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

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

 a { background-color: rgb(150,136,11); }

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

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

 span { border-color: rgb(150,136,11); }

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