Shades of Olive #74870F
Tints of Olive #74870F
RGB
CMYK
RGB Variations
Color information
#74870F (or 0x74870F) is known color: Olive. HEX triplet: 74, 87 and 0F. RGB value is (116,135,15). Sum of RGB (Red+Green+Blue) = 116+135+15=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #74870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74870F is #8B78F0. Grayscale: #747474. Windows color (decimal): -9140465 or 1017716. OLE color: 1017716.
HSL color Cylindrical-coordinate representation of color #74870F: hue angle of 69.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #74870F is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 15 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.47 |
| HSL | 69.5º | 0.8% | 0.29% | - |
| HSV(B) | 69.5º | 0.89% | 0.53% | - |
| XYZ | 15.95 | 21.08 | 3.68 | - |
| YUV | 115.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 15 | 0.14 | 0 | 0.89 | 0.47 | 69.5 | 0.8 | 0.29 |
| Hex | 74 | 87 | F | E | 0 | 59 | 2F | 46 | 50 | 1D |
| Octal | 164 | 207 | 17 | 16 | 0 | 131 | 57 | 106 | 120 | 35 |
| Binary | 1110100 | 10000111 | 1111 | 1110 | 0 | 1011001 | 101111 | 1000110 | 1010000 | 11101 |
Color Harmonies of #74870F
Complementary color
Monochromatic Colors of #74870F
Black with #74870F
Text Example
Text Example
White with #74870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74870F; }
p { color: rgb(116,135,15); }
H1.HeaderClassName
{
color: #74870F;
}
.AnyTagClassName
{
color: #74870F;
}
</style>
background-color css
<style>
a { background-color: #74870F; }
a { background-color: rgb(116,135,15); }
div.DivClassName
{
background-color: #74870F;
}
.BgClassName
{
background-color: #74870F;
}
</style>
border-color css
<style>
span { border-color: #74870F; }
span { border-color: rgb(116,135,15); }
td.TdClassName
{
border-color: #74870F;
}
.TagClassName
{
border-color: #74870F;
}
</style>