Shades of Olive #938F08
Tints of Olive #938F08
RGB
CMYK
RGB Variations
Color information
#938F08 (or 0x938F08) is known color: Olive. HEX triplet: 93, 8F and 08. RGB value is (147,143,8). Sum of RGB (Red+Green+Blue) = 147+143+8=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #938F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938F08 is #6C70F7. Grayscale: #818181. Windows color (decimal): -7106808 or 561043. OLE color: 561043.
HSL color Cylindrical-coordinate representation of color #938F08: hue angle of 58.27º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #938F08 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.42 |
| HSL | 58.27º | 0.9% | 0.3% | - |
| HSV(B) | 58.27º | 0.95% | 0.58% | - |
| XYZ | 21.9 | 25.87 | 4.07 | - |
| YUV | 128.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 8 | 0 | 0.03 | 0.95 | 0.42 | 58.27 | 0.9 | 0.3 |
| Hex | 93 | 8F | 8 | 0 | 3 | 5F | 2A | 3A | 5A | 1E |
| Octal | 223 | 217 | 10 | 0 | 3 | 137 | 52 | 72 | 132 | 36 |
| Binary | 10010011 | 10001111 | 1000 | 0 | 11 | 1011111 | 101010 | 111010 | 1011010 | 11110 |
Color Harmonies of #938F08
Complementary color
Monochromatic Colors of #938F08
Black with #938F08
Text Example
Text Example
White with #938F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F08; }
p { color: rgb(147,143,8); }
H1.HeaderClassName
{
color: #938F08;
}
.AnyTagClassName
{
color: #938F08;
}
</style>
background-color css
<style>
a { background-color: #938F08; }
a { background-color: rgb(147,143,8); }
div.DivClassName
{
background-color: #938F08;
}
.BgClassName
{
background-color: #938F08;
}
</style>
border-color css
<style>
span { border-color: #938F08; }
span { border-color: rgb(147,143,8); }
td.TdClassName
{
border-color: #938F08;
}
.TagClassName
{
border-color: #938F08;
}
</style>