#888711

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

Shades of Olive #888711

Tints of Olive #888711

Color information

#888711 (or 0x888711) is unknown color: approx Olive. HEX triplet: 88, 87 and 11. RGB value is (136,135,17). Sum of RGB (Red+Green+Blue) = 136+135+17=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #888711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888711 is #7778EE. Grayscale: #7A7A7A. Windows color (decimal): -7829743 or 1148808. OLE color: 1148808.

HSL color Cylindrical-coordinate representation of color #888711: hue angle of 59.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #888711 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13613517-
CMYK00.010.870.47
HSL59.5º77.78%30%-
HSV(B)59.5º87.5%53.33%-
XYZ18.9222.63.9-
YUV121.8568.83138.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 17 (7.03% from 255) = 5.90%
R=47.22%
G=46.88%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361351700.010.870.4759.577.7830
Hex88871101572F3b4e1e
Octal2102072101127577311636
Binary100010001000011110001011010111101111111011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888711; }

 p { color: rgb(136,135,17); }

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

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

 a { background-color: rgb(136,135,17); }

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

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

 span { border-color: rgb(136,135,17); }

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