Shades of Olive #748007
Tints of Olive #748007
RGB
CMYK
RGB Variations
Color information
#748007 (or 0x748007) is known color: Olive. HEX triplet: 74, 80 and 07. RGB value is (116,128,7). Sum of RGB (Red+Green+Blue) = 116+128+7=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #748007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748007 is #8B7FF8. Grayscale: #6F6F6F. Windows color (decimal): -9142265 or 491636. OLE color: 491636.
HSL color Cylindrical-coordinate representation of color #748007: hue angle of 65.95º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748007 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 7 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.50 |
| HSL | 65.95º | 0.9% | 0.26% | - |
| HSV(B) | 65.95º | 0.95% | 0.5% | - |
| XYZ | 14.96 | 19.17 | 3.11 | - |
| YUV | 110.62 | 69.52 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 7 | 0.09 | 0 | 0.95 | 0.50 | 65.95 | 0.9 | 0.26 |
| Hex | 74 | 80 | 7 | 9 | 0 | 5F | 32 | 42 | 5A | 1A |
| Octal | 164 | 200 | 7 | 11 | 0 | 137 | 62 | 102 | 132 | 32 |
| Binary | 1110100 | 10000000 | 111 | 1001 | 0 | 1011111 | 110010 | 1000010 | 1011010 | 11010 |
Color Harmonies of #748007
Complementary color
Monochromatic Colors of #748007
Black with #748007
Text Example
Text Example
White with #748007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748007; }
p { color: rgb(116,128,7); }
H1.HeaderClassName
{
color: #748007;
}
.AnyTagClassName
{
color: #748007;
}
</style>
background-color css
<style>
a { background-color: #748007; }
a { background-color: rgb(116,128,7); }
div.DivClassName
{
background-color: #748007;
}
.BgClassName
{
background-color: #748007;
}
</style>
border-color css
<style>
span { border-color: #748007; }
span { border-color: rgb(116,128,7); }
td.TdClassName
{
border-color: #748007;
}
.TagClassName
{
border-color: #748007;
}
</style>