#887207

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

Shades of Olive #887207

Tints of Olive #887207

Color information

#887207 (or 0x887207) is unknown color: approx Olive. HEX triplet: 88, 72 and 07. RGB value is (136,114,7). Sum of RGB (Red+Green+Blue) = 136+114+7=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #887207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887207 is #778DF8. Grayscale: #6C6C6C. Windows color (decimal): -7835129 or 488072. OLE color: 488072.

HSL color Cylindrical-coordinate representation of color #887207: hue angle of 49.77º 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 #887207 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB1361147-
CMYK00.160.950.47
HSL49.77º90.21%28.04%-
HSV(B)49.77º94.85%53.33%-
XYZ16.2117.282.68-
YUV108.3870.79147.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 7 (3.12% from 255) = 2.72%
R=52.92%
G=44.36%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136114700.160.950.4749.7790.2128.04
Hex887270105F2F325a1c
Octal2101627020137576213234
Binary1000100011100101110100001011111101111110010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887207; }

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

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

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

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

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

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

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

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