Shades of Olive #907F0D
Tints of Olive #907F0D
RGB
CMYK
RGB Variations
Color information
#907F0D (or 0x907F0D) is known color: Olive. HEX triplet: 90, 7F and 0D. RGB value is (144,127,13). Sum of RGB (Red+Green+Blue) = 144+127+13=284 (37% of max value = 765). Red value is 144 (56.64% from 255 or 50.70% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 144 - color contains mainly: red. Hex color #907F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907F0D is #6F80F2. Grayscale: #777777. Windows color (decimal): -7307507 or 884624. OLE color: 884624.
HSL color Cylindrical-coordinate representation of color #907F0D: hue angle of 52.21º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #907F0D is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 127 | 13 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.44 |
| HSL | 52.21º | 0.83% | 0.31% | - |
| HSV(B) | 52.21º | 0.91% | 0.56% | - |
| XYZ | 19.16 | 21.14 | 3.45 | - |
| YUV | 119.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 127 | 13 | 0 | 0.12 | 0.91 | 0.44 | 52.21 | 0.83 | 0.31 |
| Hex | 90 | 7F | D | 0 | C | 5B | 2C | 34 | 53 | 1F |
| Octal | 220 | 177 | 15 | 0 | 14 | 133 | 54 | 64 | 123 | 37 |
| Binary | 10010000 | 1111111 | 1101 | 0 | 1100 | 1011011 | 101100 | 110100 | 1010011 | 11111 |
Color Harmonies of #907F0D
Complementary color
Monochromatic Colors of #907F0D
Black with #907F0D
Text Example
Text Example
White with #907F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907F0D; }
p { color: rgb(144,127,13); }
H1.HeaderClassName
{
color: #907F0D;
}
.AnyTagClassName
{
color: #907F0D;
}
</style>
background-color css
<style>
a { background-color: #907F0D; }
a { background-color: rgb(144,127,13); }
div.DivClassName
{
background-color: #907F0D;
}
.BgClassName
{
background-color: #907F0D;
}
</style>
border-color css
<style>
span { border-color: #907F0D; }
span { border-color: rgb(144,127,13); }
td.TdClassName
{
border-color: #907F0D;
}
.TagClassName
{
border-color: #907F0D;
}
</style>