Shades of Olive #748F06
Tints of Olive #748F06
RGB
CMYK
RGB Variations
Color information
#748F06 (or 0x748F06) is known color: Olive. HEX triplet: 74, 8F and 06. RGB value is (116,143,6). Sum of RGB (Red+Green+Blue) = 116+143+6=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 143 (56.25% from 255 or 53.96% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 143 - color contains mainly: green. Hex color #748F06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748F06 is #8B70F9. Grayscale: #777777. Windows color (decimal): -9138426 or 429940. OLE color: 429940.
HSL color Cylindrical-coordinate representation of color #748F06: hue angle of 71.82º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748F06 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 6 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.44 |
| HSL | 71.82º | 0.92% | 0.29% | - |
| HSV(B) | 71.82º | 0.96% | 0.56% | - |
| XYZ | 17.06 | 23.37 | 3.78 | - |
| YUV | 119.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 6 | 0.19 | 0 | 0.96 | 0.44 | 71.82 | 0.92 | 0.29 |
| Hex | 74 | 8F | 6 | 13 | 0 | 60 | 2C | 48 | 5C | 1D |
| Octal | 164 | 217 | 6 | 23 | 0 | 140 | 54 | 110 | 134 | 35 |
| Binary | 1110100 | 10001111 | 110 | 10011 | 0 | 1100000 | 101100 | 1001000 | 1011100 | 11101 |
Color Harmonies of #748F06
Complementary color
Monochromatic Colors of #748F06
Black with #748F06
Text Example
Text Example
White with #748F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F06; }
p { color: rgb(116,143,6); }
H1.HeaderClassName
{
color: #748F06;
}
.AnyTagClassName
{
color: #748F06;
}
</style>
background-color css
<style>
a { background-color: #748F06; }
a { background-color: rgb(116,143,6); }
div.DivClassName
{
background-color: #748F06;
}
.BgClassName
{
background-color: #748F06;
}
</style>
border-color css
<style>
span { border-color: #748F06; }
span { border-color: rgb(116,143,6); }
td.TdClassName
{
border-color: #748F06;
}
.TagClassName
{
border-color: #748F06;
}
</style>