Shades of Olive #74880D
Tints of Olive #74880D
RGB
CMYK
RGB Variations
Color information
#74880D (or 0x74880D) is known color: Olive. HEX triplet: 74, 88 and 0D. RGB value is (116,136,13). Sum of RGB (Red+Green+Blue) = 116+136+13=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #74880D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74880D is #8B77F2. Grayscale: #747474. Windows color (decimal): -9140211 or 886900. OLE color: 886900.
HSL color Cylindrical-coordinate representation of color #74880D: hue angle of 69.76º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74880D is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 136 | 13 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.47 |
| HSL | 69.76º | 0.83% | 0.29% | - |
| HSV(B) | 69.76º | 0.9% | 0.53% | - |
| XYZ | 16.08 | 21.35 | 3.65 | - |
| YUV | 116 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 13 | 0.15 | 0 | 0.90 | 0.47 | 69.76 | 0.83 | 0.29 |
| Hex | 74 | 88 | D | F | 0 | 5A | 2F | 46 | 53 | 1D |
| Octal | 164 | 210 | 15 | 17 | 0 | 132 | 57 | 106 | 123 | 35 |
| Binary | 1110100 | 10001000 | 1101 | 1111 | 0 | 1011010 | 101111 | 1000110 | 1010011 | 11101 |
Color Harmonies of #74880D
Complementary color
Monochromatic Colors of #74880D
Black with #74880D
Text Example
Text Example
White with #74880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74880D; }
p { color: rgb(116,136,13); }
H1.HeaderClassName
{
color: #74880D;
}
.AnyTagClassName
{
color: #74880D;
}
</style>
background-color css
<style>
a { background-color: #74880D; }
a { background-color: rgb(116,136,13); }
div.DivClassName
{
background-color: #74880D;
}
.BgClassName
{
background-color: #74880D;
}
</style>
border-color css
<style>
span { border-color: #74880D; }
span { border-color: rgb(116,136,13); }
td.TdClassName
{
border-color: #74880D;
}
.TagClassName
{
border-color: #74880D;
}
</style>