#88840C

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

Shades of Olive #88840C

Tints of Olive #88840C

Color information

#88840C (or 0x88840C) is unknown color: approx Olive. HEX triplet: 88, 84 and 0C. RGB value is (136,132,12). Sum of RGB (Red+Green+Blue) = 136+132+12=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88840C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88840C is #777BF3. Grayscale: #777777. Windows color (decimal): -7830516 or 820360. OLE color: 820360.

HSL color Cylindrical-coordinate representation of color #88840C: hue angle of 58.06º 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 #88840C is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13613212-
CMYK00.030.910.47
HSL58.06º83.78%29.02%-
HSV(B)58.06º91.18%53.33%-
XYZ18.4721.763.58-
YUV119.5267.33139.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 12 (5.08% from 255) = 4.29%
R=48.57%
G=47.14%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361321200.030.910.4758.0683.7829.02
Hex8884C035B2F3a541d
Octal2102041403133577212435
Binary100010001000010011000111011011101111111010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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