Shades of Olive #958A08
Tints of Olive #958A08
RGB
CMYK
RGB Variations
Color information
#958A08 (or 0x958A08) is known color: Olive. HEX triplet: 95, 8A and 08. RGB value is (149,138,8). Sum of RGB (Red+Green+Blue) = 149+138+8=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #958A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958A08 is #6A75F7. Grayscale: #7F7F7F. Windows color (decimal): -6977016 or 559765. OLE color: 559765.
HSL color Cylindrical-coordinate representation of color #958A08: hue angle of 55.32º 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 #958A08 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 138 | 8 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.42 |
| HSL | 55.32º | 0.9% | 0.31% | - |
| HSV(B) | 55.32º | 0.95% | 0.58% | - |
| XYZ | 21.53 | 24.58 | 3.84 | - |
| YUV | 126.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 138 | 8 | 0 | 0.07 | 0.95 | 0.42 | 55.32 | 0.9 | 0.31 |
| Hex | 95 | 8A | 8 | 0 | 7 | 5F | 2A | 37 | 5A | 1F |
| Octal | 225 | 212 | 10 | 0 | 7 | 137 | 52 | 67 | 132 | 37 |
| Binary | 10010101 | 10001010 | 1000 | 0 | 111 | 1011111 | 101010 | 110111 | 1011010 | 11111 |
Color Harmonies of #958A08
Complementary color
Monochromatic Colors of #958A08
Black with #958A08
Text Example
Text Example
White with #958A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958A08; }
p { color: rgb(149,138,8); }
H1.HeaderClassName
{
color: #958A08;
}
.AnyTagClassName
{
color: #958A08;
}
</style>
background-color css
<style>
a { background-color: #958A08; }
a { background-color: rgb(149,138,8); }
div.DivClassName
{
background-color: #958A08;
}
.BgClassName
{
background-color: #958A08;
}
</style>
border-color css
<style>
span { border-color: #958A08; }
span { border-color: rgb(149,138,8); }
td.TdClassName
{
border-color: #958A08;
}
.TagClassName
{
border-color: #958A08;
}
</style>