Shades of Olive #947F0A
Tints of Olive #947F0A
RGB
CMYK
RGB Variations
Color information
#947F0A (or 0x947F0A) is known color: Olive. HEX triplet: 94, 7F and 0A. RGB value is (148,127,10). Sum of RGB (Red+Green+Blue) = 148+127+10=285 (37% of max value = 765). Red value is 148 (58.20% from 255 or 51.93% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 148 - color contains mainly: red. Hex color #947F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947F0A is #6B80F5. Grayscale: #787878. Windows color (decimal): -7045366 or 688020. OLE color: 688020.
HSL color Cylindrical-coordinate representation of color #947F0A: hue angle of 50.87º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #947F0A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 127 | 10 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.42 |
| HSL | 50.87º | 0.87% | 0.31% | - |
| HSV(B) | 50.87º | 0.93% | 0.58% | - |
| XYZ | 19.86 | 21.5 | 3.39 | - |
| YUV | 119.94 | 65.96 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 10 | 0 | 0.14 | 0.93 | 0.42 | 50.87 | 0.87 | 0.31 |
| Hex | 94 | 7F | A | 0 | E | 5D | 2A | 33 | 57 | 1F |
| Octal | 224 | 177 | 12 | 0 | 16 | 135 | 52 | 63 | 127 | 37 |
| Binary | 10010100 | 1111111 | 1010 | 0 | 1110 | 1011101 | 101010 | 110011 | 1010111 | 11111 |
Color Harmonies of #947F0A
Complementary color
Monochromatic Colors of #947F0A
Black with #947F0A
Text Example
Text Example
White with #947F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947F0A; }
p { color: rgb(148,127,10); }
H1.HeaderClassName
{
color: #947F0A;
}
.AnyTagClassName
{
color: #947F0A;
}
</style>
background-color css
<style>
a { background-color: #947F0A; }
a { background-color: rgb(148,127,10); }
div.DivClassName
{
background-color: #947F0A;
}
.BgClassName
{
background-color: #947F0A;
}
</style>
border-color css
<style>
span { border-color: #947F0A; }
span { border-color: rgb(148,127,10); }
td.TdClassName
{
border-color: #947F0A;
}
.TagClassName
{
border-color: #947F0A;
}
</style>