Shades of Olive Drab #738C14
Tints of Olive Drab #738C14
RGB
CMYK
RGB Variations
Color information
#738C14 (or 0x738C14) is known color: Olive Drab. HEX triplet: 73, 8C and 14. RGB value is (115,140,20). Sum of RGB (Red+Green+Blue) = 115+140+20=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #738C14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738C14 is #8C73EB. Grayscale: #777777. Windows color (decimal): -9204716 or 1346675. OLE color: 1346675.
HSL color Cylindrical-coordinate representation of color #738C14: hue angle of 72.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #738C14 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 140 | 20 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.45 |
| HSL | 72.5º | 0.75% | 0.31% | - |
| HSV(B) | 72.5º | 0.86% | 0.55% | - |
| XYZ | 16.57 | 22.45 | 4.12 | - |
| YUV | 118.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 20 | 0.18 | 0 | 0.86 | 0.45 | 72.5 | 0.75 | 0.31 |
| Hex | 73 | 8C | 14 | 12 | 0 | 56 | 2D | 48 | 4B | 1F |
| Octal | 163 | 214 | 24 | 22 | 0 | 126 | 55 | 110 | 113 | 37 |
| Binary | 1110011 | 10001100 | 10100 | 10010 | 0 | 1010110 | 101101 | 1001000 | 1001011 | 11111 |
Color Harmonies of #738C14
Complementary color
Monochromatic Colors of #738C14
Black with #738C14
Text Example
Text Example
White with #738C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738C14; }
p { color: rgb(115,140,20); }
H1.HeaderClassName
{
color: #738C14;
}
.AnyTagClassName
{
color: #738C14;
}
</style>
background-color css
<style>
a { background-color: #738C14; }
a { background-color: rgb(115,140,20); }
div.DivClassName
{
background-color: #738C14;
}
.BgClassName
{
background-color: #738C14;
}
</style>
border-color css
<style>
span { border-color: #738C14; }
span { border-color: rgb(115,140,20); }
td.TdClassName
{
border-color: #738C14;
}
.TagClassName
{
border-color: #738C14;
}
</style>