#88890A

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

Shades of Olive #88890A

Tints of Olive #88890A

Color information

#88890A (or 0x88890A) is unknown color: approx Olive. HEX triplet: 88, 89 and 0A. RGB value is (136,137,10). Sum of RGB (Red+Green+Blue) = 136+137+10=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 10 (4.30% from 255 or 3.53% from 283); Max value from RGB is 137 - color contains mainly: green. Hex color #88890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #88890A is #7776F5. Grayscale: #7A7A7A. Windows color (decimal): -7829238 or 690568. OLE color: 690568.

HSL color Cylindrical-coordinate representation of color #88890A: hue angle of 60.47º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88890A is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB13613710-
CMYK0.0100.930.46
HSL60.47º86.39%28.82%-
HSV(B)60.47º92.7%53.73%-
XYZ19.1523.153.75-
YUV122.2264.67137.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 137 (53.91% from 255) = 48.41%
BLUE value IS 10 (4.30% from 255) = 3.53%
R=48.06%
G=48.41%
B=3.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136137100.0100.930.4660.4786.3928.82
Hex8889A105D2E3c561d
Octal2102111210135567412635
Binary10001000100010011010101011101101110111100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88890A; }

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

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

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

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

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

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

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

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