Shades of Olive Drab #7B931F
Tints of Olive Drab #7B931F
RGB
CMYK
RGB Variations
Color information
#7B931F (or 0x7B931F) is known color: Olive Drab. HEX triplet: 7B, 93 and 1F. RGB value is (123,147,31). Sum of RGB (Red+Green+Blue) = 123+147+31=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #7B931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7B931F is #846CE0. Grayscale: #7F7F7F. Windows color (decimal): -8678625 or 2069371. OLE color: 2069371.
HSL color Cylindrical-coordinate representation of color #7B931F: hue angle of 72.41º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B931F is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 31 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.42 |
| HSL | 72.41º | 0.65% | 0.35% | - |
| HSV(B) | 72.41º | 0.79% | 0.58% | - |
| XYZ | 18.85 | 25.18 | 5.16 | - |
| YUV | 126.6 | 74.05 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 31 | 0.16 | 0 | 0.79 | 0.42 | 72.41 | 0.65 | 0.35 |
| Hex | 7B | 93 | 1F | 10 | 0 | 4F | 2A | 48 | 41 | 23 |
| Octal | 173 | 223 | 37 | 20 | 0 | 117 | 52 | 110 | 101 | 43 |
| Binary | 1111011 | 10010011 | 11111 | 10000 | 0 | 1001111 | 101010 | 1001000 | 1000001 | 100011 |
Color Harmonies of #7B931F
Complementary color
Monochromatic Colors of #7B931F
Black with #7B931F
Text Example
Text Example
White with #7B931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B931F; }
p { color: rgb(123,147,31); }
H1.HeaderClassName
{
color: #7B931F;
}
.AnyTagClassName
{
color: #7B931F;
}
</style>
background-color css
<style>
a { background-color: #7B931F; }
a { background-color: rgb(123,147,31); }
div.DivClassName
{
background-color: #7B931F;
}
.BgClassName
{
background-color: #7B931F;
}
</style>
border-color css
<style>
span { border-color: #7B931F; }
span { border-color: rgb(123,147,31); }
td.TdClassName
{
border-color: #7B931F;
}
.TagClassName
{
border-color: #7B931F;
}
</style>