Shades of Olive #74850B
Tints of Olive #74850B
RGB
CMYK
RGB Variations
Color information
#74850B (or 0x74850B) is known color: Olive. HEX triplet: 74, 85 and 0B. RGB value is (116,133,11). Sum of RGB (Red+Green+Blue) = 116+133+11=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #74850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74850B is #8B7AF4. Grayscale: #727272. Windows color (decimal): -9140981 or 755060. OLE color: 755060.
HSL color Cylindrical-coordinate representation of color #74850B: hue angle of 68.36º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #74850B is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 11 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.48 |
| HSL | 68.36º | 0.85% | 0.28% | - |
| HSV(B) | 68.36º | 0.92% | 0.52% | - |
| XYZ | 15.65 | 20.51 | 3.45 | - |
| YUV | 114.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 11 | 0.13 | 0 | 0.92 | 0.48 | 68.36 | 0.85 | 0.28 |
| Hex | 74 | 85 | B | D | 0 | 5C | 30 | 44 | 55 | 1C |
| Octal | 164 | 205 | 13 | 15 | 0 | 134 | 60 | 104 | 125 | 34 |
| Binary | 1110100 | 10000101 | 1011 | 1101 | 0 | 1011100 | 110000 | 1000100 | 1010101 | 11100 |
Color Harmonies of #74850B
Complementary color
Monochromatic Colors of #74850B
Black with #74850B
Text Example
Text Example
White with #74850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74850B; }
p { color: rgb(116,133,11); }
H1.HeaderClassName
{
color: #74850B;
}
.AnyTagClassName
{
color: #74850B;
}
</style>
background-color css
<style>
a { background-color: #74850B; }
a { background-color: rgb(116,133,11); }
div.DivClassName
{
background-color: #74850B;
}
.BgClassName
{
background-color: #74850B;
}
</style>
border-color css
<style>
span { border-color: #74850B; }
span { border-color: rgb(116,133,11); }
td.TdClassName
{
border-color: #74850B;
}
.TagClassName
{
border-color: #74850B;
}
</style>