#888801

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

Shades of Olive #888801

Tints of Olive #888801

Color information

#888801 (or 0x888801) is unknown color: approx Olive. HEX triplet: 88, 88 and 01. RGB value is (136,136,1). Sum of RGB (Red+Green+Blue) = 136+136+1=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 136 - color contains mainly: red, green. Hex color #888801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888801 is #7777FE. Grayscale: #797979. Windows color (decimal): -7829503 or 100488. OLE color: 100488.

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

Color convert

RGB1361361-
CMYK000.990.47
HSL60º98.54%26.86%-
HSV(B)60º99.26%53.33%-
XYZ18.9622.843.44-
YUV120.6160.5138.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 136 (53.52% from 255) = 49.82%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=49.82%
G=49.82%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361361000.990.476098.5426.86
Hex8888100632F3c631b
Octal210210100143577414333
Binary10001000100010001001100011101111111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888801; }

 p { color: rgb(136,136,1); }

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

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

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

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

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

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

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