#88820C

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

Shades of Olive #88820C

Tints of Olive #88820C

Color information

#88820C (or 0x88820C) is unknown color: approx Olive. HEX triplet: 88, 82 and 0C. RGB value is (136,130,12). Sum of RGB (Red+Green+Blue) = 136+130+12=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88820C is #777DF3. Grayscale: #767676. Windows color (decimal): -7831028 or 819848. OLE color: 819848.

HSL color Cylindrical-coordinate representation of color #88820C: hue angle of 57.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #88820C is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13613012-
CMYK00.040.910.47
HSL57.1º83.78%29.02%-
HSV(B)57.1º91.18%53.33%-
XYZ18.221.233.49-
YUV118.3467.99140.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 130 (51.17% from 255) = 46.76%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=48.92%
G=46.76%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361301200.040.910.4757.183.7829.02
Hex8882C045B2F39541d
Octal2102021404133577112435
Binary1000100010000010110001001011011101111111001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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