Shades of Olive #947A08
Tints of Olive #947A08
RGB
CMYK
RGB Variations
Color information
#947A08 (or 0x947A08) is known color: Olive. HEX triplet: 94, 7A and 08. RGB value is (148,122,8). Sum of RGB (Red+Green+Blue) = 148+122+8=278 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.24% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 148 - color contains mainly: red. Hex color #947A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947A08 is #6B85F7. Grayscale: #757575. Windows color (decimal): -7046648 or 555668. OLE color: 555668.
HSL color Cylindrical-coordinate representation of color #947A08: hue angle of 48.86º 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 #947A08 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 122 | 8 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.42 |
| HSL | 48.86º | 0.9% | 0.31% | - |
| HSV(B) | 48.86º | 0.95% | 0.58% | - |
| XYZ | 19.22 | 20.23 | 3.12 | - |
| YUV | 116.78 | 66.61 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 122 | 8 | 0 | 0.18 | 0.95 | 0.42 | 48.86 | 0.9 | 0.31 |
| Hex | 94 | 7A | 8 | 0 | 12 | 5F | 2A | 31 | 5A | 1F |
| Octal | 224 | 172 | 10 | 0 | 22 | 137 | 52 | 61 | 132 | 37 |
| Binary | 10010100 | 1111010 | 1000 | 0 | 10010 | 1011111 | 101010 | 110001 | 1011010 | 11111 |
Color Harmonies of #947A08
Complementary color
Monochromatic Colors of #947A08
Black with #947A08
Text Example
Text Example
White with #947A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947A08; }
p { color: rgb(148,122,8); }
H1.HeaderClassName
{
color: #947A08;
}
.AnyTagClassName
{
color: #947A08;
}
</style>
background-color css
<style>
a { background-color: #947A08; }
a { background-color: rgb(148,122,8); }
div.DivClassName
{
background-color: #947A08;
}
.BgClassName
{
background-color: #947A08;
}
</style>
border-color css
<style>
span { border-color: #947A08; }
span { border-color: rgb(148,122,8); }
td.TdClassName
{
border-color: #947A08;
}
.TagClassName
{
border-color: #947A08;
}
</style>