Shades of Olive Drab #738C10
Tints of Olive Drab #738C10
RGB
CMYK
RGB Variations
Color information
#738C10 (or 0x738C10) is known color: Olive Drab. HEX triplet: 73, 8C and 10. RGB value is (115,140,16). Sum of RGB (Red+Green+Blue) = 115+140+16=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #738C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738C10 is #8C73EF. Grayscale: #767676. Windows color (decimal): -9204720 or 1084531. OLE color: 1084531.
HSL color Cylindrical-coordinate representation of color #738C10: hue angle of 72.1º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #738C10 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 140 | 16 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.45 |
| HSL | 72.1º | 0.79% | 0.31% | - |
| HSV(B) | 72.1º | 0.89% | 0.55% | - |
| XYZ | 16.54 | 22.44 | 3.95 | - |
| YUV | 118.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 16 | 0.18 | 0 | 0.89 | 0.45 | 72.1 | 0.79 | 0.31 |
| Hex | 73 | 8C | 10 | 12 | 0 | 59 | 2D | 48 | 4F | 1F |
| Octal | 163 | 214 | 20 | 22 | 0 | 131 | 55 | 110 | 117 | 37 |
| Binary | 1110011 | 10001100 | 10000 | 10010 | 0 | 1011001 | 101101 | 1001000 | 1001111 | 11111 |
Color Harmonies of #738C10
Complementary color
Monochromatic Colors of #738C10
Black with #738C10
Text Example
Text Example
White with #738C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738C10; }
p { color: rgb(115,140,16); }
H1.HeaderClassName
{
color: #738C10;
}
.AnyTagClassName
{
color: #738C10;
}
</style>
background-color css
<style>
a { background-color: #738C10; }
a { background-color: rgb(115,140,16); }
div.DivClassName
{
background-color: #738C10;
}
.BgClassName
{
background-color: #738C10;
}
</style>
border-color css
<style>
span { border-color: #738C10; }
span { border-color: rgb(115,140,16); }
td.TdClassName
{
border-color: #738C10;
}
.TagClassName
{
border-color: #738C10;
}
</style>