#8A880E

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

Shades of Olive #8A880E

Tints of Olive #8A880E

Color information

#8A880E (or 0x8A880E) is unknown color: approx Olive. HEX triplet: 8A, 88 and 0E. RGB value is (138,136,14). Sum of RGB (Red+Green+Blue) = 138+136+14=288 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.92% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 138 - color contains mainly: red. Hex color #8A880E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A880E is #7577F1. Grayscale: #7B7B7B. Windows color (decimal): -7698418 or 952458. OLE color: 952458.

HSL color Cylindrical-coordinate representation of color #8A880E: hue angle of 59.03º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A880E is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB13813614-
CMYK00.010.900.46
HSL59.03º81.58%29.8%-
HSV(B)59.03º89.86%54.12%-
XYZ19.3623.043.84-
YUV122.6966.66138.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.92%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 14 (5.86% from 255) = 4.86%
R=47.92%
G=47.22%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381361400.010.900.4659.0381.5829.8
Hex8A88E015A2E3b521e
Octal2122101601132567312236
Binary10001010100010001110011011010101110111011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A880E; }

 p { color: rgb(138,136,14); }

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

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

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

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

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

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

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