Shades of Olive #949008
Tints of Olive #949008
RGB
CMYK
RGB Variations
Color information
#949008 (or 0x949008) is known color: Olive. HEX triplet: 94, 90 and 08. RGB value is (148,144,8). Sum of RGB (Red+Green+Blue) = 148+144+8=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #949008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949008 is #6B6FF7. Grayscale: #828282. Windows color (decimal): -7041016 or 561300. OLE color: 561300.
HSL color Cylindrical-coordinate representation of color #949008: hue angle of 58.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #949008 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 144 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.42 |
| HSL | 58.29º | 0.9% | 0.31% | - |
| HSV(B) | 58.29º | 0.95% | 0.58% | - |
| XYZ | 22.23 | 26.26 | 4.13 | - |
| YUV | 129.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 8 | 0 | 0.03 | 0.95 | 0.42 | 58.29 | 0.9 | 0.31 |
| Hex | 94 | 90 | 8 | 0 | 3 | 5F | 2A | 3A | 5A | 1F |
| Octal | 224 | 220 | 10 | 0 | 3 | 137 | 52 | 72 | 132 | 37 |
| Binary | 10010100 | 10010000 | 1000 | 0 | 11 | 1011111 | 101010 | 111010 | 1011010 | 11111 |
Color Harmonies of #949008
Complementary color
Monochromatic Colors of #949008
Black with #949008
Text Example
Text Example
White with #949008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949008; }
p { color: rgb(148,144,8); }
H1.HeaderClassName
{
color: #949008;
}
.AnyTagClassName
{
color: #949008;
}
</style>
background-color css
<style>
a { background-color: #949008; }
a { background-color: rgb(148,144,8); }
div.DivClassName
{
background-color: #949008;
}
.BgClassName
{
background-color: #949008;
}
</style>
border-color css
<style>
span { border-color: #949008; }
span { border-color: rgb(148,144,8); }
td.TdClassName
{
border-color: #949008;
}
.TagClassName
{
border-color: #949008;
}
</style>