Shades of Olive #938602
Tints of Olive #938602
RGB
CMYK
RGB Variations
Color information
#938602 (or 0x938602) is known color: Olive. HEX triplet: 93, 86 and 02. RGB value is (147,134,2). Sum of RGB (Red+Green+Blue) = 147+134+2=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #938602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938602 is #6C79FD. Grayscale: #7B7B7B. Windows color (decimal): -7109118 or 165523. OLE color: 165523.
HSL color Cylindrical-coordinate representation of color #938602: hue angle of 54.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #938602 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 134 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.42 |
| HSL | 54.62º | 0.97% | 0.29% | - |
| HSV(B) | 54.62º | 0.99% | 0.58% | - |
| XYZ | 20.57 | 23.26 | 3.46 | - |
| YUV | 122.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 134 | 2 | 0 | 0.09 | 0.99 | 0.42 | 54.62 | 0.97 | 0.29 |
| Hex | 93 | 86 | 2 | 0 | 9 | 63 | 2A | 37 | 61 | 1D |
| Octal | 223 | 206 | 2 | 0 | 11 | 143 | 52 | 67 | 141 | 35 |
| Binary | 10010011 | 10000110 | 10 | 0 | 1001 | 1100011 | 101010 | 110111 | 1100001 | 11101 |
Color Harmonies of #938602
Complementary color
Monochromatic Colors of #938602
Black with #938602
Text Example
Text Example
White with #938602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938602; }
p { color: rgb(147,134,2); }
H1.HeaderClassName
{
color: #938602;
}
.AnyTagClassName
{
color: #938602;
}
</style>
background-color css
<style>
a { background-color: #938602; }
a { background-color: rgb(147,134,2); }
div.DivClassName
{
background-color: #938602;
}
.BgClassName
{
background-color: #938602;
}
</style>
border-color css
<style>
span { border-color: #938602; }
span { border-color: rgb(147,134,2); }
td.TdClassName
{
border-color: #938602;
}
.TagClassName
{
border-color: #938602;
}
</style>