Shades of Olive #8A9508
Tints of Olive #8A9508
RGB
CMYK
RGB Variations
Color information
#8A9508 (or 0x8A9508) is known color: Olive. HEX triplet: 8A, 95 and 08. RGB value is (138,149,8). Sum of RGB (Red+Green+Blue) = 138+149+8=295 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.78% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9508 is #756AF7. Grayscale: #828282. Windows color (decimal): -7695096 or 562570. OLE color: 562570.
HSL color Cylindrical-coordinate representation of color #8A9508: hue angle of 64.68º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A9508 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 8 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.42 |
| HSL | 64.68º | 0.9% | 0.31% | - |
| HSV(B) | 64.68º | 0.95% | 0.58% | - |
| XYZ | 21.27 | 26.92 | 4.3 | - |
| YUV | 129.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 8 | 0.07 | 0 | 0.95 | 0.42 | 64.68 | 0.9 | 0.31 |
| Hex | 8A | 95 | 8 | 7 | 0 | 5F | 2A | 41 | 5A | 1F |
| Octal | 212 | 225 | 10 | 7 | 0 | 137 | 52 | 101 | 132 | 37 |
| Binary | 10001010 | 10010101 | 1000 | 111 | 0 | 1011111 | 101010 | 1000001 | 1011010 | 11111 |
Color Harmonies of #8A9508
Complementary color
Monochromatic Colors of #8A9508
Black with #8A9508
Text Example
Text Example
White with #8A9508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9508; }
p { color: rgb(138,149,8); }
H1.HeaderClassName
{
color: #8A9508;
}
.AnyTagClassName
{
color: #8A9508;
}
</style>
background-color css
<style>
a { background-color: #8A9508; }
a { background-color: rgb(138,149,8); }
div.DivClassName
{
background-color: #8A9508;
}
.BgClassName
{
background-color: #8A9508;
}
</style>
border-color css
<style>
span { border-color: #8A9508; }
span { border-color: rgb(138,149,8); }
td.TdClassName
{
border-color: #8A9508;
}
.TagClassName
{
border-color: #8A9508;
}
</style>