Shades of Olive #786C03
Tints of Olive #786C03
RGB
CMYK
RGB Variations
Color information
#786C03 (or 0x786C03) is known color: Olive. HEX triplet: 78, 6C and 03. RGB value is (120,108,3). Sum of RGB (Red+Green+Blue) = 120+108+3=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #786C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C03 is #8793FC. Grayscale: #646464. Windows color (decimal): -8885245 or 224376. OLE color: 224376.
HSL color Cylindrical-coordinate representation of color #786C03: hue angle of 53.85º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #786C03 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 3 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.53 |
| HSL | 53.85º | 0.95% | 0.24% | - |
| HSV(B) | 53.85º | 0.98% | 0.47% | - |
| XYZ | 13.12 | 14.72 | 2.24 | - |
| YUV | 99.62 | 73.48 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 3 | 0 | 0.10 | 0.98 | 0.53 | 53.85 | 0.95 | 0.24 |
| Hex | 78 | 6C | 3 | 0 | A | 62 | 35 | 36 | 5F | 18 |
| Octal | 170 | 154 | 3 | 0 | 12 | 142 | 65 | 66 | 137 | 30 |
| Binary | 1111000 | 1101100 | 11 | 0 | 1010 | 1100010 | 110101 | 110110 | 1011111 | 11000 |
Color Harmonies of #786C03
Complementary color
Monochromatic Colors of #786C03
Black with #786C03
Text Example
Text Example
White with #786C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C03; }
p { color: rgb(120,108,3); }
H1.HeaderClassName
{
color: #786C03;
}
.AnyTagClassName
{
color: #786C03;
}
</style>
background-color css
<style>
a { background-color: #786C03; }
a { background-color: rgb(120,108,3); }
div.DivClassName
{
background-color: #786C03;
}
.BgClassName
{
background-color: #786C03;
}
</style>
border-color css
<style>
span { border-color: #786C03; }
span { border-color: rgb(120,108,3); }
td.TdClassName
{
border-color: #786C03;
}
.TagClassName
{
border-color: #786C03;
}
</style>