#887C13

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

Shades of Olive #887C13

Tints of Olive #887C13

Color information

#887C13 (or 0x887C13) is unknown color: approx Olive. HEX triplet: 88, 7C and 13. RGB value is (136,124,19). Sum of RGB (Red+Green+Blue) = 136+124+19=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 124 (48.83% from 255 or 44.44% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #887C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C13 is #7783EC. Grayscale: #747474. Windows color (decimal): -7832557 or 1277064. OLE color: 1277064.

HSL color Cylindrical-coordinate representation of color #887C13: hue angle of 53.85º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #887C13 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB13612419-
CMYK00.090.860.47
HSL53.85º75.48%30.39%-
HSV(B)53.85º86.03%53.33%-
XYZ17.4819.73.5-
YUV115.6273.48142.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.75%
GREEN value IS 124 (48.83% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=48.75%
G=44.44%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361241900.090.860.4753.8575.4830.39
Hex887C1309562F364b1e
Octal21017423011126576611336
Binary10001000111110010011010011010110101111110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887C13; }

 p { color: rgb(136,124,19); }

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

<style>
 a { background-color: #887C13; }

 a { background-color: rgb(136,124,19); }

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

<style>
 span { border-color: #887C13; }

 span { border-color: rgb(136,124,19); }

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