#887506

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

Shades of Olive #887506

Tints of Olive #887506

Color information

#887506 (or 0x887506) is unknown color: approx Olive. HEX triplet: 88, 75 and 06. RGB value is (136,117,6). Sum of RGB (Red+Green+Blue) = 136+117+6=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #887506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887506 is #778AF9. Grayscale: #6E6E6E. Windows color (decimal): -7834362 or 423304. OLE color: 423304.

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

Color convert

RGB1361176-
CMYK00.140.960.47
HSL51.23º91.55%27.84%-
HSV(B)51.23º95.59%53.33%-
XYZ16.5517.972.77-
YUV110.0369.29146.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=52.51%
G=45.17%
B=2.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136117600.140.960.4751.2391.5527.84
Hex887560E602F335c1c
Octal2101656016140576313434
Binary100010001110101110011101100000101111110011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887506; }

 p { color: rgb(136,117,6); }

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

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

 a { background-color: rgb(136,117,6); }

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

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

 span { border-color: rgb(136,117,6); }

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