Shades of Olive #8A900C
Tints of Olive #8A900C
RGB
CMYK
RGB Variations
Color information
#8A900C (or 0x8A900C) is known color: Olive. HEX triplet: 8A, 90 and 0C. RGB value is (138,144,12). Sum of RGB (Red+Green+Blue) = 138+144+12=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 144 - color contains mainly: green. Hex color #8A900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A900C is #756FF3. Grayscale: #7F7F7F. Windows color (decimal): -7696372 or 823434. OLE color: 823434.
HSL color Cylindrical-coordinate representation of color #8A900C: hue angle of 62.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8A900C is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 12 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.44 |
| HSL | 62.73º | 0.85% | 0.31% | - |
| HSV(B) | 62.73º | 0.92% | 0.56% | - |
| XYZ | 20.52 | 25.38 | 4.16 | - |
| YUV | 127.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 12 | 0.04 | 0 | 0.92 | 0.44 | 62.73 | 0.85 | 0.31 |
| Hex | 8A | 90 | C | 4 | 0 | 5C | 2C | 3F | 55 | 1F |
| Octal | 212 | 220 | 14 | 4 | 0 | 134 | 54 | 77 | 125 | 37 |
| Binary | 10001010 | 10010000 | 1100 | 100 | 0 | 1011100 | 101100 | 111111 | 1010101 | 11111 |
Color Harmonies of #8A900C
Complementary color
Monochromatic Colors of #8A900C
Black with #8A900C
Text Example
Text Example
White with #8A900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A900C; }
p { color: rgb(138,144,12); }
H1.HeaderClassName
{
color: #8A900C;
}
.AnyTagClassName
{
color: #8A900C;
}
</style>
background-color css
<style>
a { background-color: #8A900C; }
a { background-color: rgb(138,144,12); }
div.DivClassName
{
background-color: #8A900C;
}
.BgClassName
{
background-color: #8A900C;
}
</style>
border-color css
<style>
span { border-color: #8A900C; }
span { border-color: rgb(138,144,12); }
td.TdClassName
{
border-color: #8A900C;
}
.TagClassName
{
border-color: #8A900C;
}
</style>