#888608

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

Shades of Olive #888608

Tints of Olive #888608

Color information

#888608 (or 0x888608) is unknown color: approx Olive. HEX triplet: 88, 86 and 08. RGB value is (136,134,8). Sum of RGB (Red+Green+Blue) = 136+134+8=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #888608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888608 is #7779F7. Grayscale: #787878. Windows color (decimal): -7830008 or 558728. OLE color: 558728.

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

Color convert

RGB1361348-
CMYK00.010.940.47
HSL59.06º88.89%28.24%-
HSV(B)59.06º94.12%53.33%-
XYZ18.7222.33.55-
YUV120.2364.66139.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 134 (52.73% from 255) = 48.20%
BLUE value IS 8 (3.52% from 255) = 2.88%
R=48.92%
G=48.20%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136134800.010.940.4759.0688.8928.24
Hex88868015E2F3b591c
Octal2102061001136577313134
Binary10001000100001101000011011110101111111011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888608; }

 p { color: rgb(136,134,8); }

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

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

 a { background-color: rgb(136,134,8); }

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

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

 span { border-color: rgb(136,134,8); }

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