Shades of Olive #74800B
Tints of Olive #74800B
RGB
CMYK
RGB Variations
Color information
#74800B (or 0x74800B) is known color: Olive. HEX triplet: 74, 80 and 0B. RGB value is (116,128,11). Sum of RGB (Red+Green+Blue) = 116+128+11=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #74800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74800B is #8B7FF4. Grayscale: #6F6F6F. Windows color (decimal): -9142261 or 753780. OLE color: 753780.
HSL color Cylindrical-coordinate representation of color #74800B: hue angle of 66.15º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74800B is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 128 | 11 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.50 |
| HSL | 66.15º | 0.84% | 0.27% | - |
| HSV(B) | 66.15º | 0.91% | 0.5% | - |
| XYZ | 14.98 | 19.18 | 3.23 | - |
| YUV | 111.07 | 71.52 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 11 | 0.09 | 0 | 0.91 | 0.50 | 66.15 | 0.84 | 0.27 |
| Hex | 74 | 80 | B | 9 | 0 | 5B | 32 | 42 | 54 | 1B |
| Octal | 164 | 200 | 13 | 11 | 0 | 133 | 62 | 102 | 124 | 33 |
| Binary | 1110100 | 10000000 | 1011 | 1001 | 0 | 1011011 | 110010 | 1000010 | 1010100 | 11011 |
Color Harmonies of #74800B
Complementary color
Monochromatic Colors of #74800B
Black with #74800B
Text Example
Text Example
White with #74800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74800B; }
p { color: rgb(116,128,11); }
H1.HeaderClassName
{
color: #74800B;
}
.AnyTagClassName
{
color: #74800B;
}
</style>
background-color css
<style>
a { background-color: #74800B; }
a { background-color: rgb(116,128,11); }
div.DivClassName
{
background-color: #74800B;
}
.BgClassName
{
background-color: #74800B;
}
</style>
border-color css
<style>
span { border-color: #74800B; }
span { border-color: rgb(116,128,11); }
td.TdClassName
{
border-color: #74800B;
}
.TagClassName
{
border-color: #74800B;
}
</style>