Shades of Olive #7C9B04
Tints of Olive #7C9B04
RGB
CMYK
RGB Variations
Color information
#7C9B04 (or 0x7C9B04) is known color: Olive. HEX triplet: 7C, 9B and 04. RGB value is (124,155,4). Sum of RGB (Red+Green+Blue) = 124+155+4=283 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.82% from 283); Green value is 155 (60.94% from 255 or 54.77% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 155 - color contains mainly: green. Hex color #7C9B04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9B04 is #8364FB. Grayscale: #818181. Windows color (decimal): -8611068 or 301948. OLE color: 301948.
HSL color Cylindrical-coordinate representation of color #7C9B04: hue angle of 72.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C9B04 is Cyan = 0.2, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 155 | 4 | - |
| CMYK | 0.2 | 0 | 0.97 | 0.39 |
| HSL | 72.32º | 0.95% | 0.31% | - |
| HSV(B) | 72.32º | 0.97% | 0.61% | - |
| XYZ | 20.06 | 27.74 | 4.41 | - |
| YUV | 128.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 155 | 4 | 0.2 | 0 | 0.97 | 0.39 | 72.32 | 0.95 | 0.31 |
| Hex | 7C | 9B | 4 | 14 | 0 | 61 | 27 | 48 | 5F | 1F |
| Octal | 174 | 233 | 4 | 24 | 0 | 141 | 47 | 110 | 137 | 37 |
| Binary | 1111100 | 10011011 | 100 | 10100 | 0 | 1100001 | 100111 | 1001000 | 1011111 | 11111 |
Color Harmonies of #7C9B04
Complementary color
Monochromatic Colors of #7C9B04
Black with #7C9B04
Text Example
Text Example
White with #7C9B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9B04; }
p { color: rgb(124,155,4); }
H1.HeaderClassName
{
color: #7C9B04;
}
.AnyTagClassName
{
color: #7C9B04;
}
</style>
background-color css
<style>
a { background-color: #7C9B04; }
a { background-color: rgb(124,155,4); }
div.DivClassName
{
background-color: #7C9B04;
}
.BgClassName
{
background-color: #7C9B04;
}
</style>
border-color css
<style>
span { border-color: #7C9B04; }
span { border-color: rgb(124,155,4); }
td.TdClassName
{
border-color: #7C9B04;
}
.TagClassName
{
border-color: #7C9B04;
}
</style>