Shades of Olive #949102
Tints of Olive #949102
RGB
CMYK
RGB Variations
Color information
#949102 (or 0x949102) is known color: Olive. HEX triplet: 94, 91 and 02. RGB value is (148,145,2). Sum of RGB (Red+Green+Blue) = 148+145+2=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #949102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949102 is #6B6EFD. Grayscale: #828282. Windows color (decimal): -7040766 or 168340. OLE color: 168340.
HSL color Cylindrical-coordinate representation of color #949102: hue angle of 58.77º 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 #949102 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 145 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.42 |
| HSL | 58.77º | 0.97% | 0.29% | - |
| HSV(B) | 58.77º | 0.99% | 0.58% | - |
| XYZ | 22.35 | 26.55 | 4 | - |
| YUV | 129.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 145 | 2 | 0 | 0.02 | 0.99 | 0.42 | 58.77 | 0.97 | 0.29 |
| Hex | 94 | 91 | 2 | 0 | 2 | 63 | 2A | 3B | 61 | 1D |
| Octal | 224 | 221 | 2 | 0 | 2 | 143 | 52 | 73 | 141 | 35 |
| Binary | 10010100 | 10010001 | 10 | 0 | 10 | 1100011 | 101010 | 111011 | 1100001 | 11101 |
Color Harmonies of #949102
Complementary color
Monochromatic Colors of #949102
Black with #949102
Text Example
Text Example
White with #949102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949102; }
p { color: rgb(148,145,2); }
H1.HeaderClassName
{
color: #949102;
}
.AnyTagClassName
{
color: #949102;
}
</style>
background-color css
<style>
a { background-color: #949102; }
a { background-color: rgb(148,145,2); }
div.DivClassName
{
background-color: #949102;
}
.BgClassName
{
background-color: #949102;
}
</style>
border-color css
<style>
span { border-color: #949102; }
span { border-color: rgb(148,145,2); }
td.TdClassName
{
border-color: #949102;
}
.TagClassName
{
border-color: #949102;
}
</style>