Shades of Olive #737D0F
Tints of Olive #737D0F
RGB
CMYK
RGB Variations
Color information
#737D0F (or 0x737D0F) is known color: Olive. HEX triplet: 73, 7D and 0F. RGB value is (115,125,15). Sum of RGB (Red+Green+Blue) = 115+125+15=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 125 (49.22% from 255 or 49.02% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 125 - color contains mainly: green. Hex color #737D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737D0F is #8C82F0. Grayscale: #6D6D6D. Windows color (decimal): -9208561 or 1015155. OLE color: 1015155.
HSL color Cylindrical-coordinate representation of color #737D0F: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #737D0F is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 15 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.51 |
| HSL | 65.45º | 0.79% | 0.27% | - |
| HSV(B) | 65.45º | 0.88% | 0.49% | - |
| XYZ | 14.49 | 18.35 | 3.23 | - |
| YUV | 109.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 15 | 0.08 | 0 | 0.88 | 0.51 | 65.45 | 0.79 | 0.27 |
| Hex | 73 | 7D | F | 8 | 0 | 58 | 33 | 41 | 4F | 1B |
| Octal | 163 | 175 | 17 | 10 | 0 | 130 | 63 | 101 | 117 | 33 |
| Binary | 1110011 | 1111101 | 1111 | 1000 | 0 | 1011000 | 110011 | 1000001 | 1001111 | 11011 |
Color Harmonies of #737D0F
Complementary color
Monochromatic Colors of #737D0F
Black with #737D0F
Text Example
Text Example
White with #737D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D0F; }
p { color: rgb(115,125,15); }
H1.HeaderClassName
{
color: #737D0F;
}
.AnyTagClassName
{
color: #737D0F;
}
</style>
background-color css
<style>
a { background-color: #737D0F; }
a { background-color: rgb(115,125,15); }
div.DivClassName
{
background-color: #737D0F;
}
.BgClassName
{
background-color: #737D0F;
}
</style>
border-color css
<style>
span { border-color: #737D0F; }
span { border-color: rgb(115,125,15); }
td.TdClassName
{
border-color: #737D0F;
}
.TagClassName
{
border-color: #737D0F;
}
</style>