Shades of Olive #938F09
Tints of Olive #938F09
RGB
CMYK
RGB Variations
Color information
#938F09 (or 0x938F09) is known color: Olive. HEX triplet: 93, 8F and 09. RGB value is (147,143,9). Sum of RGB (Red+Green+Blue) = 147+143+9=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 9 (3.91% from 255 or 3.01% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #938F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938F09 is #6C70F6. Grayscale: #818181. Windows color (decimal): -7106807 or 626579. OLE color: 626579.
HSL color Cylindrical-coordinate representation of color #938F09: hue angle of 58.26º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #938F09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 143 | 9 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.42 |
| HSL | 58.26º | 0.88% | 0.31% | - |
| HSV(B) | 58.26º | 0.94% | 0.58% | - |
| XYZ | 21.9 | 25.87 | 4.1 | - |
| YUV | 128.92 | 60.33 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 9 | 0 | 0.03 | 0.94 | 0.42 | 58.26 | 0.88 | 0.31 |
| Hex | 93 | 8F | 9 | 0 | 3 | 5E | 2A | 3A | 58 | 1F |
| Octal | 223 | 217 | 11 | 0 | 3 | 136 | 52 | 72 | 130 | 37 |
| Binary | 10010011 | 10001111 | 1001 | 0 | 11 | 1011110 | 101010 | 111010 | 1011000 | 11111 |
Color Harmonies of #938F09
Complementary color
Monochromatic Colors of #938F09
Black with #938F09
Text Example
Text Example
White with #938F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938F09; }
p { color: rgb(147,143,9); }
H1.HeaderClassName
{
color: #938F09;
}
.AnyTagClassName
{
color: #938F09;
}
</style>
background-color css
<style>
a { background-color: #938F09; }
a { background-color: rgb(147,143,9); }
div.DivClassName
{
background-color: #938F09;
}
.BgClassName
{
background-color: #938F09;
}
</style>
border-color css
<style>
span { border-color: #938F09; }
span { border-color: rgb(147,143,9); }
td.TdClassName
{
border-color: #938F09;
}
.TagClassName
{
border-color: #938F09;
}
</style>