Shades of Olive #748A06
Tints of Olive #748A06
RGB
CMYK
RGB Variations
Color information
#748A06 (or 0x748A06) is known color: Olive. HEX triplet: 74, 8A and 06. RGB value is (116,138,6). Sum of RGB (Red+Green+Blue) = 116+138+6=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #748A06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748A06 is #8B75F9. Grayscale: #747474. Windows color (decimal): -9139706 or 428660. OLE color: 428660.
HSL color Cylindrical-coordinate representation of color #748A06: hue angle of 70º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748A06 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 138 | 6 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.46 |
| HSL | 70º | 0.92% | 0.28% | - |
| HSV(B) | 70º | 0.96% | 0.54% | - |
| XYZ | 16.32 | 21.9 | 3.54 | - |
| YUV | 116.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 6 | 0.16 | 0 | 0.96 | 0.46 | 70 | 0.92 | 0.28 |
| Hex | 74 | 8A | 6 | 10 | 0 | 60 | 2E | 46 | 5C | 1C |
| Octal | 164 | 212 | 6 | 20 | 0 | 140 | 56 | 106 | 134 | 34 |
| Binary | 1110100 | 10001010 | 110 | 10000 | 0 | 1100000 | 101110 | 1000110 | 1011100 | 11100 |
Color Harmonies of #748A06
Complementary color
Monochromatic Colors of #748A06
Black with #748A06
Text Example
Text Example
White with #748A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748A06; }
p { color: rgb(116,138,6); }
H1.HeaderClassName
{
color: #748A06;
}
.AnyTagClassName
{
color: #748A06;
}
</style>
background-color css
<style>
a { background-color: #748A06; }
a { background-color: rgb(116,138,6); }
div.DivClassName
{
background-color: #748A06;
}
.BgClassName
{
background-color: #748A06;
}
</style>
border-color css
<style>
span { border-color: #748A06; }
span { border-color: rgb(116,138,6); }
td.TdClassName
{
border-color: #748A06;
}
.TagClassName
{
border-color: #748A06;
}
</style>