#888B0A

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

Shades of Olive #888B0A

Tints of Olive #888B0A

Color information

#888B0A (or 0x888B0A) is unknown color: approx Olive. HEX triplet: 88, 8B and 0A. RGB value is (136,139,10). Sum of RGB (Red+Green+Blue) = 136+139+10=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #888B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #888B0A is #7774F5. Grayscale: #7B7B7B. Windows color (decimal): -7828726 or 691080. OLE color: 691080.

HSL color Cylindrical-coordinate representation of color #888B0A: hue angle of 61.4º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #888B0A is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB13613910-
CMYK0.0200.930.45
HSL61.4º86.58%29.22%-
HSV(B)61.4º92.81%54.51%-
XYZ19.4423.723.84-
YUV123.464.01136.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.72%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 10 (4.30% from 255) = 3.51%
R=47.72%
G=48.77%
B=3.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136139100.0200.930.4561.486.5829.22
Hex888BA205D2D3d571d
Octal2102131220135557512735
Binary100010001000101110101001011101101101111101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #888B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #888B0A; }

 p { color: rgb(136,139,10); }

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

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

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

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

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

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

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