Shades of Olive #949002
Tints of Olive #949002
RGB
CMYK
RGB Variations
Color information
#949002 (or 0x949002) is known color: Olive. HEX triplet: 94, 90 and 02. RGB value is (148,144,2). Sum of RGB (Red+Green+Blue) = 148+144+2=294 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.34% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 148 - color contains mainly: red. Hex color #949002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949002 is #6B6FFD. Grayscale: #818181. Windows color (decimal): -7041022 or 168084. OLE color: 168084.
HSL color Cylindrical-coordinate representation of color #949002: hue angle of 58.36º 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 #949002 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.42 |
| HSL | 58.36º | 0.97% | 0.29% | - |
| HSV(B) | 58.36º | 0.99% | 0.58% | - |
| XYZ | 22.2 | 26.25 | 3.95 | - |
| YUV | 129.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 2 | 0 | 0.03 | 0.99 | 0.42 | 58.36 | 0.97 | 0.29 |
| Hex | 94 | 90 | 2 | 0 | 3 | 63 | 2A | 3A | 61 | 1D |
| Octal | 224 | 220 | 2 | 0 | 3 | 143 | 52 | 72 | 141 | 35 |
| Binary | 10010100 | 10010000 | 10 | 0 | 11 | 1100011 | 101010 | 111010 | 1100001 | 11101 |
Color Harmonies of #949002
Complementary color
Monochromatic Colors of #949002
Black with #949002
Text Example
Text Example
White with #949002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949002; }
p { color: rgb(148,144,2); }
H1.HeaderClassName
{
color: #949002;
}
.AnyTagClassName
{
color: #949002;
}
</style>
background-color css
<style>
a { background-color: #949002; }
a { background-color: rgb(148,144,2); }
div.DivClassName
{
background-color: #949002;
}
.BgClassName
{
background-color: #949002;
}
</style>
border-color css
<style>
span { border-color: #949002; }
span { border-color: rgb(148,144,2); }
td.TdClassName
{
border-color: #949002;
}
.TagClassName
{
border-color: #949002;
}
</style>