Shades of Olive #74870C
Tints of Olive #74870C
RGB
CMYK
RGB Variations
Color information
#74870C (or 0x74870C) is known color: Olive. HEX triplet: 74, 87 and 0C. RGB value is (116,135,12). Sum of RGB (Red+Green+Blue) = 116+135+12=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 135 (53.12% from 255 or 51.33% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 135 - color contains mainly: green. Hex color #74870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74870C is #8B78F3. Grayscale: #737373. Windows color (decimal): -9140468 or 821108. OLE color: 821108.
HSL color Cylindrical-coordinate representation of color #74870C: hue angle of 69.27º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74870C is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 12 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.47 |
| HSL | 69.27º | 0.84% | 0.29% | - |
| HSV(B) | 69.27º | 0.91% | 0.53% | - |
| XYZ | 15.93 | 21.07 | 3.57 | - |
| YUV | 115.3 | 69.71 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 12 | 0.14 | 0 | 0.91 | 0.47 | 69.27 | 0.84 | 0.29 |
| Hex | 74 | 87 | C | E | 0 | 5B | 2F | 45 | 54 | 1D |
| Octal | 164 | 207 | 14 | 16 | 0 | 133 | 57 | 105 | 124 | 35 |
| Binary | 1110100 | 10000111 | 1100 | 1110 | 0 | 1011011 | 101111 | 1000101 | 1010100 | 11101 |
Color Harmonies of #74870C
Complementary color
Monochromatic Colors of #74870C
Black with #74870C
Text Example
Text Example
White with #74870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74870C; }
p { color: rgb(116,135,12); }
H1.HeaderClassName
{
color: #74870C;
}
.AnyTagClassName
{
color: #74870C;
}
</style>
background-color css
<style>
a { background-color: #74870C; }
a { background-color: rgb(116,135,12); }
div.DivClassName
{
background-color: #74870C;
}
.BgClassName
{
background-color: #74870C;
}
</style>
border-color css
<style>
span { border-color: #74870C; }
span { border-color: rgb(116,135,12); }
td.TdClassName
{
border-color: #74870C;
}
.TagClassName
{
border-color: #74870C;
}
</style>