Shades of Olive #748B07
Tints of Olive #748B07
RGB
CMYK
RGB Variations
Color information
#748B07 (or 0x748B07) is known color: Olive. HEX triplet: 74, 8B and 07. RGB value is (116,139,7). Sum of RGB (Red+Green+Blue) = 116+139+7=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #748B07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748B07 is #8B74F8. Grayscale: #757575. Windows color (decimal): -9139449 or 494452. OLE color: 494452.
HSL color Cylindrical-coordinate representation of color #748B07: hue angle of 70.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748B07 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 139 | 7 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.45 |
| HSL | 70.45º | 0.9% | 0.29% | - |
| HSV(B) | 70.45º | 0.95% | 0.55% | - |
| XYZ | 16.47 | 22.19 | 3.62 | - |
| YUV | 117.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 7 | 0.17 | 0 | 0.95 | 0.45 | 70.45 | 0.9 | 0.29 |
| Hex | 74 | 8B | 7 | 11 | 0 | 5F | 2D | 46 | 5A | 1D |
| Octal | 164 | 213 | 7 | 21 | 0 | 137 | 55 | 106 | 132 | 35 |
| Binary | 1110100 | 10001011 | 111 | 10001 | 0 | 1011111 | 101101 | 1000110 | 1011010 | 11101 |
Color Harmonies of #748B07
Complementary color
Monochromatic Colors of #748B07
Black with #748B07
Text Example
Text Example
White with #748B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748B07; }
p { color: rgb(116,139,7); }
H1.HeaderClassName
{
color: #748B07;
}
.AnyTagClassName
{
color: #748B07;
}
</style>
background-color css
<style>
a { background-color: #748B07; }
a { background-color: rgb(116,139,7); }
div.DivClassName
{
background-color: #748B07;
}
.BgClassName
{
background-color: #748B07;
}
</style>
border-color css
<style>
span { border-color: #748B07; }
span { border-color: rgb(116,139,7); }
td.TdClassName
{
border-color: #748B07;
}
.TagClassName
{
border-color: #748B07;
}
</style>