#887C07

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

Shades of Olive #887C07

Tints of Olive #887C07

Color information

#887C07 (or 0x887C07) is unknown color: approx Olive. HEX triplet: 88, 7C and 07. RGB value is (136,124,7). Sum of RGB (Red+Green+Blue) = 136+124+7=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #887C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887C07 is #7783F8. Grayscale: #727272. Windows color (decimal): -7832569 or 490632. OLE color: 490632.

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

Color convert

RGB1361247-
CMYK00.090.950.47
HSL54.42º90.21%28.04%-
HSV(B)54.42º94.85%53.33%-
XYZ17.419.663.08-
YUV114.2567.48143.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 124 (48.83% from 255) = 46.44%
BLUE value IS 7 (3.12% from 255) = 2.62%
R=50.94%
G=46.44%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136124700.090.950.4754.4290.2128.04
Hex887C7095F2F365a1c
Octal2101747011137576613234
Binary100010001111100111010011011111101111110110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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