#88820B

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

Shades of Olive #88820B

Tints of Olive #88820B

Color information

#88820B (or 0x88820B) is unknown color: approx Olive. HEX triplet: 88, 82 and 0B. RGB value is (136,130,11). Sum of RGB (Red+Green+Blue) = 136+130+11=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88820B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88820B is #777DF4. Grayscale: #767676. Windows color (decimal): -7831029 or 754312. OLE color: 754312.

HSL color Cylindrical-coordinate representation of color #88820B: hue angle of 57.12º 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 #88820B is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB13613011-
CMYK00.040.920.47
HSL57.12º85.03%28.82%-
HSV(B)57.12º91.91%53.33%-
XYZ18.221.223.45-
YUV118.2367.49140.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 11 (4.69% from 255) = 3.97%
R=49.10%
G=46.93%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361301100.040.920.4757.1285.0328.82
Hex8882B045C2F39551d
Octal2102021304134577112535
Binary1000100010000010101101001011100101111111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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