Shades of Olive #748204
Tints of Olive #748204
RGB
CMYK
RGB Variations
Color information
#748204 (or 0x748204) is known color: Olive. HEX triplet: 74, 82 and 04. RGB value is (116,130,4). Sum of RGB (Red+Green+Blue) = 116+130+4=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #748204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748204 is #8B7DFB. Grayscale: #6F6F6F. Windows color (decimal): -9141756 or 295540. OLE color: 295540.
HSL color Cylindrical-coordinate representation of color #748204: hue angle of 66.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #748204 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 4 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.49 |
| HSL | 66.67º | 0.94% | 0.26% | - |
| HSV(B) | 66.67º | 0.97% | 0.51% | - |
| XYZ | 15.21 | 19.69 | 3.11 | - |
| YUV | 111.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 4 | 0.11 | 0 | 0.97 | 0.49 | 66.67 | 0.94 | 0.26 |
| Hex | 74 | 82 | 4 | B | 0 | 61 | 31 | 43 | 5E | 1A |
| Octal | 164 | 202 | 4 | 13 | 0 | 141 | 61 | 103 | 136 | 32 |
| Binary | 1110100 | 10000010 | 100 | 1011 | 0 | 1100001 | 110001 | 1000011 | 1011110 | 11010 |
Color Harmonies of #748204
Complementary color
Monochromatic Colors of #748204
Black with #748204
Text Example
Text Example
White with #748204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748204; }
p { color: rgb(116,130,4); }
H1.HeaderClassName
{
color: #748204;
}
.AnyTagClassName
{
color: #748204;
}
</style>
background-color css
<style>
a { background-color: #748204; }
a { background-color: rgb(116,130,4); }
div.DivClassName
{
background-color: #748204;
}
.BgClassName
{
background-color: #748204;
}
</style>
border-color css
<style>
span { border-color: #748204; }
span { border-color: rgb(116,130,4); }
td.TdClassName
{
border-color: #748204;
}
.TagClassName
{
border-color: #748204;
}
</style>