#887B12

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

Shades of Olive #887B12

Tints of Olive #887B12

Color information

#887B12 (or 0x887B12) is unknown color: approx Olive. HEX triplet: 88, 7B and 12. RGB value is (136,123,18). Sum of RGB (Red+Green+Blue) = 136+123+18=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #887B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B12 is #7784ED. Grayscale: #737373. Windows color (decimal): -7832814 or 1211272. OLE color: 1211272.

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

Color convert

RGB13612318-
CMYK00.100.870.47
HSL53.39º76.62%30.2%-
HSV(B)53.39º86.76%53.33%-
XYZ17.3519.443.41-
YUV114.9273.31143.04-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 123 (48.44% from 255) = 44.40%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=49.10%
G=44.40%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361231800.100.870.4753.3976.6230.2
Hex887B120A572F354d1e
Octal21017322012127576511536
Binary10001000111101110010010101010111101111110101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,18); }

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

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

 a { background-color: rgb(136,123,18); }

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

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

 span { border-color: rgb(136,123,18); }

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