Shades of Olive #7A8308
Tints of Olive #7A8308
RGB
CMYK
RGB Variations
Color information
#7A8308 (or 0x7A8308) is known color: Olive. HEX triplet: 7A, 83 and 08. RGB value is (122,131,8). Sum of RGB (Red+Green+Blue) = 122+131+8=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8308 is #857CF7. Grayscale: #727272. Windows color (decimal): -8748280 or 557946. OLE color: 557946.
HSL color Cylindrical-coordinate representation of color #7A8308: hue angle of 64.39º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A8308 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 8 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.49 |
| HSL | 64.39º | 0.88% | 0.27% | - |
| HSV(B) | 64.39º | 0.94% | 0.51% | - |
| XYZ | 16.19 | 20.39 | 3.31 | - |
| YUV | 114.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 8 | 0.07 | 0 | 0.94 | 0.49 | 64.39 | 0.88 | 0.27 |
| Hex | 7A | 83 | 8 | 7 | 0 | 5E | 31 | 40 | 58 | 1B |
| Octal | 172 | 203 | 10 | 7 | 0 | 136 | 61 | 100 | 130 | 33 |
| Binary | 1111010 | 10000011 | 1000 | 111 | 0 | 1011110 | 110001 | 1000000 | 1011000 | 11011 |
Color Harmonies of #7A8308
Complementary color
Monochromatic Colors of #7A8308
Black with #7A8308
Text Example
Text Example
White with #7A8308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8308; }
p { color: rgb(122,131,8); }
H1.HeaderClassName
{
color: #7A8308;
}
.AnyTagClassName
{
color: #7A8308;
}
</style>
background-color css
<style>
a { background-color: #7A8308; }
a { background-color: rgb(122,131,8); }
div.DivClassName
{
background-color: #7A8308;
}
.BgClassName
{
background-color: #7A8308;
}
</style>
border-color css
<style>
span { border-color: #7A8308; }
span { border-color: rgb(122,131,8); }
td.TdClassName
{
border-color: #7A8308;
}
.TagClassName
{
border-color: #7A8308;
}
</style>