Shades of Olive #7B870C
Tints of Olive #7B870C
RGB
CMYK
RGB Variations
Color information
#7B870C (or 0x7B870C) is known color: Olive. HEX triplet: 7B, 87 and 0C. RGB value is (123,135,12). Sum of RGB (Red+Green+Blue) = 123+135+12=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #7B870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7B870C is #8478F3. Grayscale: #757575. Windows color (decimal): -8681716 or 821115. OLE color: 821115.
HSL color Cylindrical-coordinate representation of color #7B870C: hue angle of 65.85º 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 #7B870C is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 135 | 12 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.47 |
| HSL | 65.85º | 0.84% | 0.29% | - |
| HSV(B) | 65.85º | 0.91% | 0.53% | - |
| XYZ | 16.9 | 21.57 | 3.62 | - |
| YUV | 117.39 | 68.52 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 135 | 12 | 0.09 | 0 | 0.91 | 0.47 | 65.85 | 0.84 | 0.29 |
| Hex | 7B | 87 | C | 9 | 0 | 5B | 2F | 42 | 54 | 1D |
| Octal | 173 | 207 | 14 | 11 | 0 | 133 | 57 | 102 | 124 | 35 |
| Binary | 1111011 | 10000111 | 1100 | 1001 | 0 | 1011011 | 101111 | 1000010 | 1010100 | 11101 |
Color Harmonies of #7B870C
Complementary color
Monochromatic Colors of #7B870C
Black with #7B870C
Text Example
Text Example
White with #7B870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B870C; }
p { color: rgb(123,135,12); }
H1.HeaderClassName
{
color: #7B870C;
}
.AnyTagClassName
{
color: #7B870C;
}
</style>
background-color css
<style>
a { background-color: #7B870C; }
a { background-color: rgb(123,135,12); }
div.DivClassName
{
background-color: #7B870C;
}
.BgClassName
{
background-color: #7B870C;
}
</style>
border-color css
<style>
span { border-color: #7B870C; }
span { border-color: rgb(123,135,12); }
td.TdClassName
{
border-color: #7B870C;
}
.TagClassName
{
border-color: #7B870C;
}
</style>