Shades of Olive #737A0F
Tints of Olive #737A0F
RGB
CMYK
RGB Variations
Color information
#737A0F (or 0x737A0F) is known color: Olive. HEX triplet: 73, 7A and 0F. RGB value is (115,122,15). Sum of RGB (Red+Green+Blue) = 115+122+15=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #737A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737A0F is #8C85F0. Grayscale: #6C6C6C. Windows color (decimal): -9209329 or 1014387. OLE color: 1014387.
HSL color Cylindrical-coordinate representation of color #737A0F: hue angle of 63.93º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #737A0F is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 122 | 15 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.52 |
| HSL | 63.93º | 0.78% | 0.27% | - |
| HSV(B) | 63.93º | 0.88% | 0.48% | - |
| XYZ | 14.12 | 17.6 | 3.1 | - |
| YUV | 107.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 122 | 15 | 0.06 | 0 | 0.88 | 0.52 | 63.93 | 0.78 | 0.27 |
| Hex | 73 | 7A | F | 6 | 0 | 58 | 34 | 40 | 4E | 1B |
| Octal | 163 | 172 | 17 | 6 | 0 | 130 | 64 | 100 | 116 | 33 |
| Binary | 1110011 | 1111010 | 1111 | 110 | 0 | 1011000 | 110100 | 1000000 | 1001110 | 11011 |
Color Harmonies of #737A0F
Complementary color
Monochromatic Colors of #737A0F
Black with #737A0F
Text Example
Text Example
White with #737A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737A0F; }
p { color: rgb(115,122,15); }
H1.HeaderClassName
{
color: #737A0F;
}
.AnyTagClassName
{
color: #737A0F;
}
</style>
background-color css
<style>
a { background-color: #737A0F; }
a { background-color: rgb(115,122,15); }
div.DivClassName
{
background-color: #737A0F;
}
.BgClassName
{
background-color: #737A0F;
}
</style>
border-color css
<style>
span { border-color: #737A0F; }
span { border-color: rgb(115,122,15); }
td.TdClassName
{
border-color: #737A0F;
}
.TagClassName
{
border-color: #737A0F;
}
</style>