#88840B

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

Shades of Olive #88840B

Tints of Olive #88840B

Color information

#88840B (or 0x88840B) is unknown color: approx Olive. HEX triplet: 88, 84 and 0B. RGB value is (136,132,11). Sum of RGB (Red+Green+Blue) = 136+132+11=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88840B is #777BF4. Grayscale: #777777. Windows color (decimal): -7830517 or 754824. OLE color: 754824.

HSL color Cylindrical-coordinate representation of color #88840B: hue angle of 58.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88840B is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB13613211-
CMYK00.030.920.47
HSL58.08º85.03%28.82%-
HSV(B)58.08º91.91%53.33%-
XYZ18.4721.763.54-
YUV119.466.83139.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=48.75%
G=47.31%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361321100.030.920.4758.0885.0328.82
Hex8884B035C2F3a551d
Octal2102041303134577212535
Binary100010001000010010110111011100101111111010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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