Shades of Olive #748306
Tints of Olive #748306
RGB
CMYK
RGB Variations
Color information
#748306 (or 0x748306) is known color: Olive. HEX triplet: 74, 83 and 06. RGB value is (116,131,6). Sum of RGB (Red+Green+Blue) = 116+131+6=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #748306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748306 is #8B7CF9. Grayscale: #707070. Windows color (decimal): -9141498 or 426868. OLE color: 426868.
HSL color Cylindrical-coordinate representation of color #748306: hue angle of 67.2º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748306 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 6 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.49 |
| HSL | 67.2º | 0.91% | 0.27% | - |
| HSV(B) | 67.2º | 0.95% | 0.51% | - |
| XYZ | 15.35 | 19.96 | 3.22 | - |
| YUV | 112.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 6 | 0.11 | 0 | 0.95 | 0.49 | 67.2 | 0.91 | 0.27 |
| Hex | 74 | 83 | 6 | B | 0 | 5F | 31 | 43 | 5B | 1B |
| Octal | 164 | 203 | 6 | 13 | 0 | 137 | 61 | 103 | 133 | 33 |
| Binary | 1110100 | 10000011 | 110 | 1011 | 0 | 1011111 | 110001 | 1000011 | 1011011 | 11011 |
Color Harmonies of #748306
Complementary color
Monochromatic Colors of #748306
Black with #748306
Text Example
Text Example
White with #748306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748306; }
p { color: rgb(116,131,6); }
H1.HeaderClassName
{
color: #748306;
}
.AnyTagClassName
{
color: #748306;
}
</style>
background-color css
<style>
a { background-color: #748306; }
a { background-color: rgb(116,131,6); }
div.DivClassName
{
background-color: #748306;
}
.BgClassName
{
background-color: #748306;
}
</style>
border-color css
<style>
span { border-color: #748306; }
span { border-color: rgb(116,131,6); }
td.TdClassName
{
border-color: #748306;
}
.TagClassName
{
border-color: #748306;
}
</style>