Shades of Olive #947F09
Tints of Olive #947F09
RGB
CMYK
RGB Variations
Color information
#947F09 (or 0x947F09) is known color: Olive. HEX triplet: 94, 7F and 09. RGB value is (148,127,9). Sum of RGB (Red+Green+Blue) = 148+127+9=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #947F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F09 is #6B80F6. Grayscale: #787878. Windows color (decimal): -7045367 or 622484. OLE color: 622484.
HSL color Cylindrical-coordinate representation of color #947F09: hue angle of 50.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #947F09 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 9 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.42 |
| HSL | 50.94º | 0.89% | 0.31% | - |
| HSV(B) | 50.94º | 0.94% | 0.58% | - |
| XYZ | 19.85 | 21.49 | 3.36 | - |
| YUV | 119.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 9 | 0 | 0.14 | 0.94 | 0.42 | 50.94 | 0.89 | 0.31 |
| Hex | 94 | 7F | 9 | 0 | E | 5E | 2A | 33 | 59 | 1F |
| Octal | 224 | 177 | 11 | 0 | 16 | 136 | 52 | 63 | 131 | 37 |
| Binary | 10010100 | 1111111 | 1001 | 0 | 1110 | 1011110 | 101010 | 110011 | 1011001 | 11111 |
Color Harmonies of #947F09
Complementary color
Monochromatic Colors of #947F09
Black with #947F09
Text Example
Text Example
White with #947F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F09; }
p { color: rgb(148,127,9); }
H1.HeaderClassName
{
color: #947F09;
}
.AnyTagClassName
{
color: #947F09;
}
</style>
background-color css
<style>
a { background-color: #947F09; }
a { background-color: rgb(148,127,9); }
div.DivClassName
{
background-color: #947F09;
}
.BgClassName
{
background-color: #947F09;
}
</style>
border-color css
<style>
span { border-color: #947F09; }
span { border-color: rgb(148,127,9); }
td.TdClassName
{
border-color: #947F09;
}
.TagClassName
{
border-color: #947F09;
}
</style>