#887F0F

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

Shades of Olive #887F0F

Tints of Olive #887F0F

Color information

#887F0F (or 0x887F0F) is unknown color: approx Olive. HEX triplet: 88, 7F and 0F. RGB value is (136,127,15). Sum of RGB (Red+Green+Blue) = 136+127+15=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #887F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887F0F is #7780F0. Grayscale: #757575. Windows color (decimal): -7831793 or 1015688. OLE color: 1015688.

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

Color convert

RGB13612715-
CMYK00.070.890.47
HSL55.54º80.13%29.61%-
HSV(B)55.54º88.97%53.33%-
XYZ17.8320.453.46-
YUV116.9270.48141.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 127 (50% from 255) = 45.68%
BLUE value IS 15 (6.25% from 255) = 5.40%
R=48.92%
G=45.68%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361271500.070.890.4755.5480.1329.61
Hex887FF07592F38501e
Octal2101771707131577012036
Binary100010001111111111101111011001101111111000101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,127,15); }

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

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

 a { background-color: rgb(136,127,15); }

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

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

 span { border-color: rgb(136,127,15); }

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