Shades of Olive #748A03
Tints of Olive #748A03
RGB
CMYK
RGB Variations
Color information
#748A03 (or 0x748A03) is known color: Olive. HEX triplet: 74, 8A and 03. RGB value is (116,138,3). Sum of RGB (Red+Green+Blue) = 116+138+3=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 138 (54.30% from 255 or 53.70% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 138 - color contains mainly: green. Hex color #748A03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A03 is #8B75FC. Grayscale: #747474. Windows color (decimal): -9139709 or 232052. OLE color: 232052.
HSL color Cylindrical-coordinate representation of color #748A03: hue angle of 69.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #748A03 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 3 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.46 |
| HSL | 69.78º | 0.96% | 0.28% | - |
| HSV(B) | 69.78º | 0.98% | 0.54% | - |
| XYZ | 16.31 | 21.9 | 3.45 | - |
| YUV | 116.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 3 | 0.16 | 0 | 0.98 | 0.46 | 69.78 | 0.96 | 0.28 |
| Hex | 74 | 8A | 3 | 10 | 0 | 62 | 2E | 46 | 60 | 1C |
| Octal | 164 | 212 | 3 | 20 | 0 | 142 | 56 | 106 | 140 | 34 |
| Binary | 1110100 | 10001010 | 11 | 10000 | 0 | 1100010 | 101110 | 1000110 | 1100000 | 11100 |
Color Harmonies of #748A03
Complementary color
Monochromatic Colors of #748A03
Black with #748A03
Text Example
Text Example
White with #748A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A03; }
p { color: rgb(116,138,3); }
H1.HeaderClassName
{
color: #748A03;
}
.AnyTagClassName
{
color: #748A03;
}
</style>
background-color css
<style>
a { background-color: #748A03; }
a { background-color: rgb(116,138,3); }
div.DivClassName
{
background-color: #748A03;
}
.BgClassName
{
background-color: #748A03;
}
</style>
border-color css
<style>
span { border-color: #748A03; }
span { border-color: rgb(116,138,3); }
td.TdClassName
{
border-color: #748A03;
}
.TagClassName
{
border-color: #748A03;
}
</style>