Shades of Olive #748F08
Tints of Olive #748F08
RGB
CMYK
RGB Variations
Color information
#748F08 (or 0x748F08) is known color: Olive. HEX triplet: 74, 8F and 08. RGB value is (116,143,8). Sum of RGB (Red+Green+Blue) = 116+143+8=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #748F08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748F08 is #8B70F7. Grayscale: #787878. Windows color (decimal): -9138424 or 561012. OLE color: 561012.
HSL color Cylindrical-coordinate representation of color #748F08: hue angle of 72º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #748F08 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 8 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.44 |
| HSL | 72º | 0.89% | 0.3% | - |
| HSV(B) | 72º | 0.94% | 0.56% | - |
| XYZ | 17.07 | 23.38 | 3.84 | - |
| YUV | 119.54 | 65.05 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 8 | 0.19 | 0 | 0.94 | 0.44 | 72 | 0.89 | 0.3 |
| Hex | 74 | 8F | 8 | 13 | 0 | 5E | 2C | 48 | 59 | 1E |
| Octal | 164 | 217 | 10 | 23 | 0 | 136 | 54 | 110 | 131 | 36 |
| Binary | 1110100 | 10001111 | 1000 | 10011 | 0 | 1011110 | 101100 | 1001000 | 1011001 | 11110 |
Color Harmonies of #748F08
Complementary color
Monochromatic Colors of #748F08
Black with #748F08
Text Example
Text Example
White with #748F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F08; }
p { color: rgb(116,143,8); }
H1.HeaderClassName
{
color: #748F08;
}
.AnyTagClassName
{
color: #748F08;
}
</style>
background-color css
<style>
a { background-color: #748F08; }
a { background-color: rgb(116,143,8); }
div.DivClassName
{
background-color: #748F08;
}
.BgClassName
{
background-color: #748F08;
}
</style>
border-color css
<style>
span { border-color: #748F08; }
span { border-color: rgb(116,143,8); }
td.TdClassName
{
border-color: #748F08;
}
.TagClassName
{
border-color: #748F08;
}
</style>