Shades of Olive #937F08
Tints of Olive #937F08
RGB
CMYK
RGB Variations
Color information
#937F08 (or 0x937F08) is known color: Olive. HEX triplet: 93, 7F and 08. RGB value is (147,127,8). Sum of RGB (Red+Green+Blue) = 147+127+8=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #937F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937F08 is #6C80F7. Grayscale: #777777. Windows color (decimal): -7110904 or 556947. OLE color: 556947.
HSL color Cylindrical-coordinate representation of color #937F08: hue angle of 51.37º 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 #937F08 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 8 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.42 |
| HSL | 51.37º | 0.9% | 0.3% | - |
| HSV(B) | 51.37º | 0.95% | 0.58% | - |
| XYZ | 19.67 | 21.4 | 3.32 | - |
| YUV | 119.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 8 | 0 | 0.14 | 0.95 | 0.42 | 51.37 | 0.9 | 0.3 |
| Hex | 93 | 7F | 8 | 0 | E | 5F | 2A | 33 | 5A | 1E |
| Octal | 223 | 177 | 10 | 0 | 16 | 137 | 52 | 63 | 132 | 36 |
| Binary | 10010011 | 1111111 | 1000 | 0 | 1110 | 1011111 | 101010 | 110011 | 1011010 | 11110 |
Color Harmonies of #937F08
Complementary color
Monochromatic Colors of #937F08
Black with #937F08
Text Example
Text Example
White with #937F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F08; }
p { color: rgb(147,127,8); }
H1.HeaderClassName
{
color: #937F08;
}
.AnyTagClassName
{
color: #937F08;
}
</style>
background-color css
<style>
a { background-color: #937F08; }
a { background-color: rgb(147,127,8); }
div.DivClassName
{
background-color: #937F08;
}
.BgClassName
{
background-color: #937F08;
}
</style>
border-color css
<style>
span { border-color: #937F08; }
span { border-color: rgb(147,127,8); }
td.TdClassName
{
border-color: #937F08;
}
.TagClassName
{
border-color: #937F08;
}
</style>