Shades of Olive Drab #75940C
Tints of Olive Drab #75940C
RGB
CMYK
RGB Variations
Color information
#75940C (or 0x75940C) is known color: Olive Drab. HEX triplet: 75, 94 and 0C. RGB value is (117,148,12). Sum of RGB (Red+Green+Blue) = 117+148+12=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 148 (58.20% from 255 or 53.43% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 148 - color contains mainly: green. Hex color #75940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #75940C is #8A6BF3. Grayscale: #7B7B7B. Windows color (decimal): -9071604 or 824437. OLE color: 824437.
HSL color Cylindrical-coordinate representation of color #75940C: hue angle of 73.68º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75940C is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 148 | 12 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.42 |
| HSL | 73.68º | 0.85% | 0.31% | - |
| HSV(B) | 73.68º | 0.92% | 0.58% | - |
| XYZ | 17.99 | 24.99 | 4.22 | - |
| YUV | 123.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 12 | 0.21 | 0 | 0.92 | 0.42 | 73.68 | 0.85 | 0.31 |
| Hex | 75 | 94 | C | 15 | 0 | 5C | 2A | 4A | 55 | 1F |
| Octal | 165 | 224 | 14 | 25 | 0 | 134 | 52 | 112 | 125 | 37 |
| Binary | 1110101 | 10010100 | 1100 | 10101 | 0 | 1011100 | 101010 | 1001010 | 1010101 | 11111 |
Color Harmonies of #75940C
Complementary color
Monochromatic Colors of #75940C
Black with #75940C
Text Example
Text Example
White with #75940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75940C; }
p { color: rgb(117,148,12); }
H1.HeaderClassName
{
color: #75940C;
}
.AnyTagClassName
{
color: #75940C;
}
</style>
background-color css
<style>
a { background-color: #75940C; }
a { background-color: rgb(117,148,12); }
div.DivClassName
{
background-color: #75940C;
}
.BgClassName
{
background-color: #75940C;
}
</style>
border-color css
<style>
span { border-color: #75940C; }
span { border-color: rgb(117,148,12); }
td.TdClassName
{
border-color: #75940C;
}
.TagClassName
{
border-color: #75940C;
}
</style>