#887A10

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

Shades of Olive #887A10

Tints of Olive #887A10

Color information

#887A10 (or 0x887A10) is unknown color: approx Olive. HEX triplet: 88, 7A and 10. RGB value is (136,122,16). Sum of RGB (Red+Green+Blue) = 136+122+16=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #887A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887A10 is #7785EF. Grayscale: #727272. Windows color (decimal): -7833072 or 1079944. OLE color: 1079944.

HSL color Cylindrical-coordinate representation of color #887A10: hue angle of 53º 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 #887A10 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB13612216-
CMYK00.100.880.47
HSL53º78.95%29.8%-
HSV(B)53º88.24%53.33%-
XYZ17.2119.193.29-
YUV114.172.64143.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.64%
GREEN value IS 122 (48.05% from 255) = 44.53%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=49.64%
G=44.53%
B=5.84%

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
Decimal1361221600.100.880.475378.9529.8
Hex887A100A582F354f1e
Octal21017220012130576511736
Binary10001000111101010000010101011000101111110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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