Shades of Olive #748106
Tints of Olive #748106
RGB
CMYK
RGB Variations
Color information
#748106 (or 0x748106) is known color: Olive. HEX triplet: 74, 81 and 06. RGB value is (116,129,6). Sum of RGB (Red+Green+Blue) = 116+129+6=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #748106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748106 is #8B7EF9. Grayscale: #6F6F6F. Windows color (decimal): -9142010 or 426356. OLE color: 426356.
HSL color Cylindrical-coordinate representation of color #748106: hue angle of 66.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748106 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 6 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.49 |
| HSL | 66.34º | 0.91% | 0.26% | - |
| HSV(B) | 66.34º | 0.95% | 0.51% | - |
| XYZ | 15.09 | 19.43 | 3.13 | - |
| YUV | 111.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 6 | 0.10 | 0 | 0.95 | 0.49 | 66.34 | 0.91 | 0.26 |
| Hex | 74 | 81 | 6 | A | 0 | 5F | 31 | 42 | 5B | 1A |
| Octal | 164 | 201 | 6 | 12 | 0 | 137 | 61 | 102 | 133 | 32 |
| Binary | 1110100 | 10000001 | 110 | 1010 | 0 | 1011111 | 110001 | 1000010 | 1011011 | 11010 |
Color Harmonies of #748106
Complementary color
Monochromatic Colors of #748106
Black with #748106
Text Example
Text Example
White with #748106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748106; }
p { color: rgb(116,129,6); }
H1.HeaderClassName
{
color: #748106;
}
.AnyTagClassName
{
color: #748106;
}
</style>
background-color css
<style>
a { background-color: #748106; }
a { background-color: rgb(116,129,6); }
div.DivClassName
{
background-color: #748106;
}
.BgClassName
{
background-color: #748106;
}
</style>
border-color css
<style>
span { border-color: #748106; }
span { border-color: rgb(116,129,6); }
td.TdClassName
{
border-color: #748106;
}
.TagClassName
{
border-color: #748106;
}
</style>