#887203

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

Shades of Olive #887203

Tints of Olive #887203

Color information

#887203 (or 0x887203) is unknown color: approx Olive. HEX triplet: 88, 72 and 03. RGB value is (136,114,3). Sum of RGB (Red+Green+Blue) = 136+114+3=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #887203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887203 is #778DFC. Grayscale: #6C6C6C. Windows color (decimal): -7835133 or 225928. OLE color: 225928.

HSL color Cylindrical-coordinate representation of color #887203: hue angle of 50.08º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #887203 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB1361143-
CMYK00.160.980.47
HSL50.08º95.68%27.25%-
HSV(B)50.08º97.79%53.33%-
XYZ16.1917.282.57-
YUV107.9268.79148.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=53.75%
G=45.06%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136114300.160.980.4750.0895.6827.25
Hex88723010622F32601b
Octal2101623020142576214033
Binary100010001110010110100001100010101111110010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887203; }

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

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

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

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

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

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

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

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