Shades of Olive #907A0D
Tints of Olive #907A0D
RGB
CMYK
RGB Variations
Color information
#907A0D (or 0x907A0D) is known color: Olive. HEX triplet: 90, 7A and 0D. RGB value is (144,122,13). Sum of RGB (Red+Green+Blue) = 144+122+13=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #907A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #907A0D is #6F85F2. Grayscale: #747474. Windows color (decimal): -7308787 or 883344. OLE color: 883344.
HSL color Cylindrical-coordinate representation of color #907A0D: hue angle of 49.92º 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 #907A0D is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 122 | 13 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.44 |
| HSL | 49.92º | 0.83% | 0.31% | - |
| HSV(B) | 49.92º | 0.91% | 0.56% | - |
| XYZ | 18.53 | 19.88 | 3.24 | - |
| YUV | 116.15 | 69.79 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 122 | 13 | 0 | 0.15 | 0.91 | 0.44 | 49.92 | 0.83 | 0.31 |
| Hex | 90 | 7A | D | 0 | F | 5B | 2C | 32 | 53 | 1F |
| Octal | 220 | 172 | 15 | 0 | 17 | 133 | 54 | 62 | 123 | 37 |
| Binary | 10010000 | 1111010 | 1101 | 0 | 1111 | 1011011 | 101100 | 110010 | 1010011 | 11111 |
Color Harmonies of #907A0D
Complementary color
Monochromatic Colors of #907A0D
Black with #907A0D
Text Example
Text Example
White with #907A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907A0D; }
p { color: rgb(144,122,13); }
H1.HeaderClassName
{
color: #907A0D;
}
.AnyTagClassName
{
color: #907A0D;
}
</style>
background-color css
<style>
a { background-color: #907A0D; }
a { background-color: rgb(144,122,13); }
div.DivClassName
{
background-color: #907A0D;
}
.BgClassName
{
background-color: #907A0D;
}
</style>
border-color css
<style>
span { border-color: #907A0D; }
span { border-color: rgb(144,122,13); }
td.TdClassName
{
border-color: #907A0D;
}
.TagClassName
{
border-color: #907A0D;
}
</style>