Shades of Olive Drab #738F0D
Tints of Olive Drab #738F0D
RGB
CMYK
RGB Variations
Color information
#738F0D (or 0x738F0D) is known color: Olive Drab. HEX triplet: 73, 8F and 0D. RGB value is (115,143,13). Sum of RGB (Red+Green+Blue) = 115+143+13=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #738F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738F0D is #8C70F2. Grayscale: #787878. Windows color (decimal): -9203955 or 888691. OLE color: 888691.
HSL color Cylindrical-coordinate representation of color #738F0D: hue angle of 72.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 #738F0D is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 13 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.44 |
| HSL | 72.92º | 0.83% | 0.31% | - |
| HSV(B) | 72.92º | 0.91% | 0.56% | - |
| XYZ | 16.97 | 23.32 | 3.99 | - |
| YUV | 119.81 | 67.72 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 13 | 0.20 | 0 | 0.91 | 0.44 | 72.92 | 0.83 | 0.31 |
| Hex | 73 | 8F | D | 14 | 0 | 5B | 2C | 49 | 53 | 1F |
| Octal | 163 | 217 | 15 | 24 | 0 | 133 | 54 | 111 | 123 | 37 |
| Binary | 1110011 | 10001111 | 1101 | 10100 | 0 | 1011011 | 101100 | 1001001 | 1010011 | 11111 |
Color Harmonies of #738F0D
Complementary color
Monochromatic Colors of #738F0D
Black with #738F0D
Text Example
Text Example
White with #738F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F0D; }
p { color: rgb(115,143,13); }
H1.HeaderClassName
{
color: #738F0D;
}
.AnyTagClassName
{
color: #738F0D;
}
</style>
background-color css
<style>
a { background-color: #738F0D; }
a { background-color: rgb(115,143,13); }
div.DivClassName
{
background-color: #738F0D;
}
.BgClassName
{
background-color: #738F0D;
}
</style>
border-color css
<style>
span { border-color: #738F0D; }
span { border-color: rgb(115,143,13); }
td.TdClassName
{
border-color: #738F0D;
}
.TagClassName
{
border-color: #738F0D;
}
</style>