#887B10

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

Shades of Olive #887B10

Tints of Olive #887B10

Color information

#887B10 (or 0x887B10) is unknown color: approx Olive. HEX triplet: 88, 7B and 10. RGB value is (136,123,16). Sum of RGB (Red+Green+Blue) = 136+123+16=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 123 (48.44% from 255 or 44.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #887B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887B10 is #7784EF. Grayscale: #737373. Windows color (decimal): -7832816 or 1080200. OLE color: 1080200.

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

Color convert

RGB13612316-
CMYK00.100.880.47
HSL53.5º78.95%29.8%-
HSV(B)53.5º88.24%53.33%-
XYZ17.3319.443.33-
YUV114.6972.31143.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 123 (48.44% from 255) = 44.73%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=49.45%
G=44.73%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361231600.100.880.4753.578.9529.8
Hex887B100A582F354f1e
Octal21017320012130576511736
Binary10001000111101110000010101011000101111110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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