#887505

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

Shades of Olive #887505

Tints of Olive #887505

Color information

#887505 (or 0x887505) is unknown color: approx Olive. HEX triplet: 88, 75 and 05. RGB value is (136,117,5). Sum of RGB (Red+Green+Blue) = 136+117+5=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #887505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887505 is #778AFA. Grayscale: #6E6E6E. Windows color (decimal): -7834363 or 357768. OLE color: 357768.

HSL color Cylindrical-coordinate representation of color #887505: hue angle of 51.3º degrees, saturation: 0.93, 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 #887505 is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1361175-
CMYK00.140.960.47
HSL51.3º92.91%27.65%-
HSV(B)51.3º96.32%53.33%-
XYZ16.5417.972.74-
YUV109.9168.79146.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 117 (46.09% from 255) = 45.35%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=52.71%
G=45.35%
B=1.94%

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
Decimal136117500.140.960.4751.392.9127.65
Hex887550E602F335d1c
Octal2101655016140576313534
Binary100010001110101101011101100000101111110011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887505; }

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

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

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

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

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

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

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

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